Skip to content

Commit 9e78bda

Browse files
Support Python 3.14
Signed-off-by: Stefan VanBuren <[email protected]>
1 parent 5bae39f commit 9e78bda

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- windows-2025
2929
python:
3030
- "3.10"
31-
- "3.13"
31+
- "3.14"
3232
coverage:
3333
- "nocov"
3434
# Test oldest and newest on all OS's, but others only on one
@@ -42,14 +42,14 @@ jobs:
4242
python: "3.12"
4343
coverage: "nocov"
4444
resolution: "lowest-direct"
45-
# Enable coverage on just one job
4645
- os: ubuntu-24.04
4746
python: "3.13"
48-
coverage: "cov"
47+
coverage: "nocov"
4948
resolution: "lowest-direct"
49+
# Enable coverage on just one job
5050
- os: ubuntu-24.04
51-
python: "3.14.0-rc.2"
52-
coverage: "nocov"
51+
python: "3.14"
52+
coverage: "cov"
5353
resolution: "lowest-direct"
5454
env:
5555
# Shared env variables for all the tests

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: 3.11",
2424
"Programming Language :: Python :: 3.12",
2525
"Programming Language :: Python :: 3.13",
26+
"Programming Language :: Python :: 3.14",
2627
"Topic :: Internet :: WWW/HTTP",
2728
"Topic :: Software Development :: Libraries :: Python Modules",
2829
"Typing :: Typed",

0 commit comments

Comments
 (0)