-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 3.13 Support #246
Open
tasansal
wants to merge
9
commits into
main
Choose a base branch
from
python-3.13
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Python 3.13 Support #246
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Seems like Numba RC2 source code gets leaked into coverage and makes it fail. Created issue here: numba/numba#9859 |
tasansal
force-pushed
the
python-3.13
branch
3 times, most recently
from
December 19, 2024 20:44
d0a6340
to
4734b78
Compare
tasansal
force-pushed
the
python-3.13
branch
2 times, most recently
from
January 7, 2025 19:35
13fee49
to
84a4069
Compare
Bump the myst-nb package from version 1.1.1 to 1.1.2 in pyproject.toml. This ensures compatibility improvements or bug fixes provided in the latest release.
This update introduces Python 3.13 to the CI workflow across various test sessions, including pre-commit, tests, mypy, typeguard, xdoctest, and docs-build. It ensures compatibility and validation for Python 3.13 on Ubuntu, Windows, and macOS platforms.
Added `.poetry/` to the `.gitignore` file to prevent local Poetry configuration files from being included in version control. This helps maintain a cleaner repository and avoids unnecessary file tracking.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We dropped support for Python 3.9.
Also relaxed some of the minimum versions for common packages.