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

Drop Python 3.9 support #795

Merged
merged 2 commits into from
Nov 16, 2023
Merged

Drop Python 3.9 support #795

merged 2 commits into from
Nov 16, 2023

Conversation

visr
Copy link
Member

@visr visr commented Nov 16, 2023

Fixes #653. The exception here is QGIS. Since it still comes bundled with Python 3.9 we cannot really drop it there.

Most of the changes here are from ruff: https://docs.astral.sh/ruff/settings/#target-version
If you run it on a single package it picks up requires-python from pyproject.toml, but that doesn't seem to be picked up when running it from the repo root. Therefore it always defaulted to the ruff default target of Python 3.8. I currently set it to 3.9 for QGIS. Though setting it to 3.10 doesn't give extra ruff errors or update hints.

@visr visr merged commit a688b3d into main Nov 16, 2023
15 checks passed
@visr visr deleted the python-3.10 branch November 16, 2023 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

drop python 3.9 support
2 participants