Skip to content

Commit 483a66f

Browse files
committed
Add support for Python 3.14
1 parent 89aaa0f commit 483a66f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
matrix:
5353
os: [ubuntu-latest, macos-latest, windows-latest]
5454
python:
55+
- "3.14"
5556
- "3.13"
5657
- "3.12"
5758
- "3.11"

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ classifiers = [
2222
"Programming Language :: Python :: 3.11",
2323
"Programming Language :: Python :: 3.12",
2424
"Programming Language :: Python :: 3.13",
25+
"Programming Language :: Python :: 3.14",
2526
"Topic :: Internet :: WWW/HTTP",
2627
]
2728
dependencies = [

0 commit comments

Comments
 (0)