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

[CI] remove Python 3.9 from and add 3.13 to CRON CI #4844

Closed
orbeckst opened this issue Dec 18, 2024 · 1 comment · May be fixed by #4845
Closed

[CI] remove Python 3.9 from and add 3.13 to CRON CI #4844

orbeckst opened this issue Dec 18, 2024 · 1 comment · May be fixed by #4845

Comments

@orbeckst
Copy link
Member

Since 2.8.0 we do not officially support Python 3.9 anymore and hence 3.9 jobs do not need to run in CRON CI:

python-version: ["3.9", "3.10", "3.11", "3.12"]

However, we are now supporting 3.13 so this should be added.

(And check if there are any other places where the Python versions need to be updated.)

@orbeckst
Copy link
Member Author

duplicate of #4806

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant