-
Notifications
You must be signed in to change notification settings - Fork 329
support python 3.14 #1706
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
support python 3.14 #1706
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the project to support Python 3.14 by upgrading the Python version in Docker images, test configurations, and documentation, along with bumping multiple dependency versions to their latest releases.
- Updated Python version from 3.13 to 3.14 across Docker images and tox configuration
- Upgraded 15 runtime dependencies to newer versions
- Updated 6 development dependencies to newer versions
Reviewed Changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tests/tox.ini | Updated tox environment to use Python 3.14 |
| tests/Dockerfile-test | Changed base image from Python 3.13 to 3.14 |
| setup.py | Bumped minimum versions for 15 runtime dependencies |
| requirements-dev.txt | Updated 6 development dependency versions |
| docs/source/running_elastalert.rst | Updated documentation to reference Python 3.14 instead of 3.13 |
| Dockerfile | Changed base images from Python 3.13 to 3.14 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
The warnings mentioned in the discussion are unresolved. |
Added support for Python 3.12 and 3.14 in classifiers.
Updated CHANGELOG to reflect support for Python 3.14 and multiple library updates.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for updating Python and all of these libraries
Description
Checklist
make test-dockerwith my changes.Questions or Comments