Skip to content
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
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

Python 3.13 Support #246

wants to merge 9 commits into from

Conversation

tasansal
Copy link
Contributor

We dropped support for Python 3.9.

Also relaxed some of the minimum versions for common packages.

@tasansal tasansal added the enhancement New feature or request label Dec 19, 2024
@tasansal tasansal self-assigned this Dec 19, 2024
@tasansal
Copy link
Contributor Author

Seems like Numba RC2 source code gets leaked into coverage and makes it fail. Created issue here: numba/numba#9859

@tasansal tasansal force-pushed the python-3.13 branch 3 times, most recently from d0a6340 to 4734b78 Compare December 19, 2024 20:44
@tasansal tasansal force-pushed the python-3.13 branch 2 times, most recently from 13fee49 to 84a4069 Compare January 7, 2025 19:35
Altay Sansal added 9 commits January 7, 2025 13:49
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
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant