Skip to content

Commit 7a520a9

Browse files
committed
Python: Verify support for Python 3.13
1 parent b71bb5d commit 7a520a9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
"3.10",
2828
"3.11",
2929
"3.12",
30+
"3.13",
3031
"pypy3.10",
3132
]
3233

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ def run(self):
133133
"Programming Language :: Python :: 3.10",
134134
"Programming Language :: Python :: 3.11",
135135
"Programming Language :: Python :: 3.12",
136+
"Programming Language :: Python :: 3.13",
136137
"Programming Language :: Python :: Implementation :: CPython",
137138
"Programming Language :: Python :: Implementation :: PyPy",
138139
"Topic :: Internet :: WWW/HTTP",

0 commit comments

Comments
 (0)