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

Test python 3.13 #2521

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ADBond
Copy link
Contributor

@ADBond ADBond commented Nov 25, 2024

With the release of Altair 5.5.0 yesterday, all of our dependencies (except Spark, which doesn't even support 3.12 yet) have versions compatible with python 3.13, which released last month.

We can now add it to the CI test matrix so we can check things run smoothly there also.

Closes #2477 .

some upstream packages only support python 3.13 with their latest releases. However, earlier versions are not capped, so the resolver may give incompatible versions.
Fix some of this information in pyproject.toml so that we make sure to get consistent versions when using 3.13
@ADBond ADBond added dependencies Pull requests that update a dependency file continuous integration labels Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
continuous integration dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Python 3.13 to tests
1 participant