Skip to content

Conversation

@Sierd
Copy link
Collaborator

@Sierd Sierd commented Nov 14, 2025

crash reported when newest python version is used. Numba not compatible yet.

crash reported when newest python version is used. Numba not compatible yet.
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR restricts the Python version requirement to exclude Python 3.14 and later due to Numba compatibility issues that cause crashes when using the newest Python version.

  • Changes the requires-python field from >=3.9, <4 to >=3.9, <3.14
Comments suppressed due to low confidence (1)

pyproject.toml:51

  • The classifiers list should include 'Programming Language :: Python :: 3.11' since the CI workflow tests against Python 3.11 (line 23 of .github/workflows/run-tests.yml). This ensures accurate metadata about supported Python versions.
  "Programming Language :: Python :: 3.9",
  "Programming Language :: Python :: 3.10",

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Sierd Sierd merged commit 40c68b9 into main Nov 14, 2025
6 of 9 checks passed
@Sierd Sierd deleted the Sierd-patch-1 branch November 14, 2025 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants