Skip to content

Commit 683b236

Browse files
committed
ci: run tests against Python 3.14
1 parent 86f9b54 commit 683b236

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ classifiers = [
1616
"Programming Language :: Python :: 3.11",
1717
"Programming Language :: Python :: 3.12",
1818
"Programming Language :: Python :: 3.13",
19+
"Programming Language :: Python :: 3.14",
1920
"Topic :: Software Development",
2021
]
2122
requires-python = ">=3.9"

taskcluster/kinds/docker-image/kind.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ tasks:
2929
python:
3030
symbol: I(py)
3131
args:
32-
PYTHON_VERSIONS: "3.13 3.12 3.11 3.10 3.9"
32+
PYTHON_VERSIONS: "3.14 3.13 3.12 3.11 3.10 3.9"
3333
UV_VERSION: *uv_version
3434
run-task:
3535
symbol: I(rt)

taskcluster/kinds/test/kind.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ tasks:
4242
matrix:
4343
set-name: "unit-py{matrix[python]}"
4444
substitution-fields: [description, run.command, treeherder, worker]
45-
python: ["313", "312", "311", "310", "39"]
45+
python: ["314", "313", "312", "311", "310", "39"]
4646
worker:
4747
artifacts:
4848
- type: file

0 commit comments

Comments
 (0)