Skip to content

Python 3.10 minimum supported version#113

Open
stv8 wants to merge 4 commits intomasterfrom
svillars/drop-unsupported-python-versions
Open

Python 3.10 minimum supported version#113
stv8 wants to merge 4 commits intomasterfrom
svillars/drop-unsupported-python-versions

Conversation

@stv8
Copy link
Contributor

@stv8 stv8 commented Dec 22, 2025

Starting to get errors about older macos runners due to our support of EOL python versions, let's go ahead and drop them since we are about to do a release with some new features too.

Additionally update the type annotations to the new 3.10 standards.

Comment on lines -15 to -26
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.10", "3.11", "3.12", "3.13"]
os: [ubuntu-latest, macOS-latest]
# Python 3.7 is not supported on Apple ARM64,
# or the latest Ubuntu 2404
exclude:
- python-version: "3.7"
os: macos-latest
- python-version: "3.7"
os: ubuntu-latest
include: # Python 3.7 is tested with a x86 macOS version
- python-version: "3.7"
os: macos-13
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

main changes

@stv8 stv8 changed the title make python 3.10 minimum supported version Python 3.10 minimum supported version Dec 22, 2025
@stv8 stv8 requested a review from CheeseCake87 December 22, 2025 03:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant