Skip to content

Commit 5df203b

Browse files
committed
chore: Add Python 3.14 tests
1 parent 25d6b7d commit 5df203b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/build-test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
strategy:
5353
matrix:
5454
os: ['ubuntu-latest', 'macos-latest']
55-
python-version: ['3.10', '3.11', '3.12', '3.13']
55+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
5656
dependencies: ['full']
5757
source: ['repo']
5858
include:

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
matrix:
4040
os: ['ubuntu-latest', 'macos-latest']
41-
python-version: ['3.12', '3.13']
41+
python-version: ['3.12', '3.13', '3.14']
4242
fail-fast: false
4343

4444
permissions:

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires =
33
tox>=4
44
tox-uv
55
envlist =
6-
py31{0,1,2,3}-{full,pre}
6+
py31{0,1,2,3,4}-{full,pre}
77
py310-min
88
skip_missing_interpreters = true
99

@@ -14,6 +14,7 @@ python =
1414
3.11: py311
1515
3.12: py312
1616
3.13: py313
17+
3.14: py314
1718

1819
[gh-actions:env]
1920
DEPENDS =

0 commit comments

Comments
 (0)