Skip to content

Commit 85b031c

Browse files
chore: test with Python 3.14
1 parent 0cad6f6 commit 85b031c

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
matrix:
3636
os: ['ubuntu-latest']
37-
python-version: ['3.10', '3.11', '3.12', '3.13']
37+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
3838
dependencies: ['latest', 'pre']
3939
include:
4040
- os: ubuntu-latest
@@ -63,6 +63,7 @@ jobs:
6363
uses: actions/setup-python@v6
6464
with:
6565
python-version: ${{ matrix.python-version }}
66+
allow-prereleases: true
6667
- name: Display Python version
6768
run: python -c "import sys; print(sys.version)"
6869
- name: Install tox

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ classifiers = [
1515
"Programming Language :: Python :: 3.11",
1616
"Programming Language :: Python :: 3.12",
1717
"Programming Language :: Python :: 3.13",
18+
"Programming Language :: Python :: 3.14",
1819
]
1920
license = "Apache-2.0"
2021
license-files = ["LICENSE"]

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ python =
1313
3.11: py311
1414
3.12: py312
1515
3.13: py313
16+
3.14: py314
1617

1718
[gh-actions:env]
1819
DEPENDS =

0 commit comments

Comments
 (0)