Skip to content

Add support for Python 3.14 and remove support for Python 3.8 #1419

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

Merged
merged 5 commits into from
May 22, 2025

Conversation

tleonhardt
Copy link
Member

@tleonhardt tleonhardt commented May 22, 2025

Add support for Python 3.14 with will be released in Oct 2025 and remove support for Python 3.8 which hit EOL in Oct 2024. See Status of Python versions for more info.

Also:

  • Add ruff check linting to make check and allow safe automatic fixes
  • Enable additional ruff linting rules
  • Upgrade version of ruff used by make check
  • Upgrade version of prettier used by make check

Closes #1418

Also:
- Add ruff linting to "make check"
- Upgrade version of ruff used by "make check"
- Upgrade version of prettier used by "make check"
@tleonhardt tleonhardt merged commit a61513e into master May 22, 2025
47 checks passed
@tleonhardt tleonhardt deleted the python-3.14 branch May 22, 2025 19:58
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.

Python 3.14.0b1: test errors with TypeError: Cmd2ArgumentParser.__init__() got an unexpected keyword argument 'color'
2 participants