-
Notifications
You must be signed in to change notification settings - Fork 14
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
Support Python 3.13 & Drop support for 3.8 and 3.9 #303
base: main
Are you sure you want to change the base?
Conversation
@@ -10,6 +10,9 @@ jobs: | |||
build: | |||
name: Build jupytergis | |||
runs-on: ubuntu-latest | |||
strategy: | |||
matrix: | |||
python-version: ["3.10", "3.11", "3.12", "3.13"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How do folks feel about testing only the oldest and newest versions we support? 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good to me 👍🏽
As an update to the original issue regarding extending support for Python 3.13, this is an FYI that we can currently only support Python up to version 3.12. The Python 3.13 migration is still ongoing, as tracked here: Python 3.13 Migration Status. It appears that the migration is currently blocked on the following issue in the Until this is resolved, the QGIS feedstock cannot be updated to support Python 3.13. We can keep the original issue open irrespective of the merge of this PR. However, for now, we can test CI on Python 3.10 and 3.12. |
Shall close #299
Checklist
Failing lint checks can be resolved with:
pre-commit run --all-files
jlpm run lint
📚 Documentation preview: https://jupytergis--303.org.readthedocs.build/en/303/
💡 JupyterLite preview is available from the doc, by clicking on