Skip to content

Commit f7b290e

Browse files
committed
CI: Verify support for Python 3.13
1 parent 80f7bc5 commit f7b290e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
os: ["ubuntu-20.04"]
24-
python-version: ["3.6", "3.12"]
24+
python-version: ["3.6", "3.13"]
2525
fail-fast: false
2626

2727
env:

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
"Programming Language :: Python :: 3.10",
7979
"Programming Language :: Python :: 3.11",
8080
"Programming Language :: Python :: 3.12",
81+
"Programming Language :: Python :: 3.13",
8182
"Topic :: Communications",
8283
"Topic :: Database",
8384
"Topic :: Internet",

0 commit comments

Comments
 (0)