Skip to content

ESS-4151: Updating to support 3.14#45

Merged
branislav-jenco-4ss merged 2 commits into
mainfrom
ESS-4151
May 15, 2026
Merged

ESS-4151: Updating to support 3.14#45
branislav-jenco-4ss merged 2 commits into
mainfrom
ESS-4151

Conversation

@branislav-jenco-4ss

Copy link
Copy Markdown
Contributor

Updating package to officially support python 3.14

Copilot AI left a comment

Copy link
Copy Markdown

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 package metadata, documentation, and CI configuration to officially indicate/support Python 3.14 across distribution metadata and automated testing.

Changes:

  • Add Python 3.14 Trove classifier in package metadata (setup.cfg).
  • Update “Python version support” documentation to include Python 3.14 (docs/getting_started.rst).
  • Expand the GitHub Actions CI test matrix to run on Python 3.14 (.github/workflows/ci.yaml).

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
setup.cfg Adds the Python 3.14 classifier to PyPI metadata.
docs/getting_started.rst Updates stated supported Python versions in docs (includes minor wording change).
.github/workflows/ci.yaml Adds Python 3.14 to the CI matrix for multi-OS testing.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread docs/getting_started.rst
Python version support
----------------------
Officially Python 3.11, 3.12, and 3.13. We aim to support the three most
Officially Python 3.11, 3.12, 3.13 and 3.14. We aim to support most
Comment thread .github/workflows/ci.yaml
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.11", "3.12", "3.13"]
python-version: ["3.11", "3.12", "3.13", "3.14"]
@branislav-jenco-4ss branislav-jenco-4ss merged commit 6d820af into main May 15, 2026
12 checks passed
@branislav-jenco-4ss branislav-jenco-4ss deleted the ESS-4151 branch May 15, 2026 06:08
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.

2 participants