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 support for Python 3.8; add support for Python 3.14 #223

Merged
merged 4 commits into from
Oct 16, 2024
Merged

Conversation

freakboy3742
Copy link
Member

3.8 is EOL; 3.14.0a1 has been released.

PR Checklist:

  • All new features have been tested
  • All new features have been documented
  • I have read the CONTRIBUTING.md file
  • I will abide by the code of conduct

Comment on lines 41 to 48
continue-on-error: ${{ matrix.experimental || false }}
strategy:
fail-fast: false
matrix:
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev" ]
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13", "3.14" ]
include:
- experimental: false
# Development Python can fail without failing the entire job
- python-version: "3.13-dev"
- python-version: "3.14"
Copy link
Member

Choose a reason for hiding this comment

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

I think it's clearer to keep the default experimental value in the matrix section, because:

  • It allows you to derive all the values from that section alone.
  • It avoids needing to repeat the default value if it was used in more than one place.

@mhsmith mhsmith merged commit 73746b3 into main Oct 16, 2024
9 checks passed
@freakboy3742 freakboy3742 deleted the py3.14 branch October 16, 2024 22:28
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.

2 participants