We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89aaa0f commit 483a66fCopy full SHA for 483a66f
.github/workflows/tests.yml
@@ -52,6 +52,7 @@ jobs:
52
matrix:
53
os: [ubuntu-latest, macos-latest, windows-latest]
54
python:
55
+ - "3.14"
56
- "3.13"
57
- "3.12"
58
- "3.11"
pyproject.toml
@@ -22,6 +22,7 @@ classifiers = [
22
"Programming Language :: Python :: 3.11",
23
"Programming Language :: Python :: 3.12",
24
"Programming Language :: Python :: 3.13",
25
+ "Programming Language :: Python :: 3.14",
26
"Topic :: Internet :: WWW/HTTP",
27
]
28
dependencies = [
0 commit comments