Skip to content

Conversation

@crusaderky
Copy link
Contributor

@crusaderky crusaderky commented Nov 27, 2025

  • Drop Python 3.9, in alignment with CI and the rest of the explosion stack
  • Add support for Python 3.14
  • Remove upper limit on Python version, in order to reduce burden of maintenance

matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python_version: ["3.10", "3.12", "3.13"]
python_version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
Copy link
Contributor Author

@crusaderky crusaderky Nov 27, 2025

Choose a reason for hiding this comment

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

Copy link

@lysnikolaou lysnikolaou left a comment

Choose a reason for hiding this comment

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

LGTM! The platform requirement for mypy looks odd (maybe a comment as to why that's there is warranted there), but I don't think that's something for this PR.

@crusaderky
Copy link
Contributor Author

LGTM! The platform requirement for mypy looks odd (maybe a comment as to why that's there is warranted there), but I don't think that's something for this PR.

mypy is very very broken with the current codebase. I'm uneager to touch it as it would be a major time expense.

@crusaderky crusaderky merged commit be3f3be into explosion:main Nov 27, 2025
32 checks passed
@crusaderky crusaderky deleted the py314 branch November 27, 2025 17: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.

2 participants