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 b71bb5d commit 7a520a9Copy full SHA for 7a520a9
.github/workflows/test.yaml
@@ -27,6 +27,7 @@ jobs:
27
"3.10",
28
"3.11",
29
"3.12",
30
+ "3.13",
31
"pypy3.10",
32
]
33
setup.py
@@ -133,6 +133,7 @@ def run(self):
133
"Programming Language :: Python :: 3.10",
134
"Programming Language :: Python :: 3.11",
135
"Programming Language :: Python :: 3.12",
136
+ "Programming Language :: Python :: 3.13",
137
"Programming Language :: Python :: Implementation :: CPython",
138
"Programming Language :: Python :: Implementation :: PyPy",
139
"Topic :: Internet :: WWW/HTTP",
0 commit comments