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 80f7bc5 commit f7b290eCopy full SHA for f7b290e
.github/workflows/tests.yml
@@ -21,7 +21,7 @@ jobs:
21
strategy:
22
matrix:
23
os: ["ubuntu-20.04"]
24
- python-version: ["3.6", "3.12"]
+ python-version: ["3.6", "3.13"]
25
fail-fast: false
26
27
env:
setup.py
@@ -78,6 +78,7 @@
78
"Programming Language :: Python :: 3.10",
79
"Programming Language :: Python :: 3.11",
80
"Programming Language :: Python :: 3.12",
81
+ "Programming Language :: Python :: 3.13",
82
"Topic :: Communications",
83
"Topic :: Database",
84
"Topic :: Internet",
0 commit comments