Skip to content

Commit 874578b

Browse files
Updating to support python 3.14
1 parent ac467f5 commit 874578b

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest, macos-latest, windows-latest]
16-
python-version: ["3.11", "3.12", "3.13"]
16+
python-version: ["3.11", "3.12", "3.13", "3.14"]
1717

1818
steps:
1919
- uses: actions/checkout@v2

docs/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Head over to `Python.org`_ for instructions.
88

99
Python version support
1010
----------------------
11-
Officially Python 3.11, 3.12, and 3.13. We aim to support the three most
11+
Officially Python 3.11, 3.12, 3.13 and 3.14. We aim to support the most
1212
recent major versions.
1313

1414
OS support

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ classifiers =
1313
Programming Language :: Python :: 3.11
1414
Programming Language :: Python :: 3.12
1515
Programming Language :: Python :: 3.13
16+
Programming Language :: Python :: 3.14
1617

1718
[options]
1819
packages = find_namespace:

0 commit comments

Comments
 (0)