Skip to content

Commit f5a09eb

Browse files
committed
Add support for Python 3.12
1 parent ebad591 commit f5a09eb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
strategy:
2121
matrix:
2222
os: ["ubuntu-20.04"]
23-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
23+
python-version: ["3.6", "3.12"]
2424
include:
2525
- os: "macos-latest"
26-
python-version: "3.11"
26+
python-version: "3.12"
2727
- os: "windows-latest"
28-
python-version: "3.11"
28+
python-version: "3.12"
2929
env:
3030
OS: ${{ matrix.os }}
3131
PYTHON: ${{ matrix.python-version }}

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@
203203
"Programming Language :: Python :: 3.9",
204204
"Programming Language :: Python :: 3.10",
205205
"Programming Language :: Python :: 3.11",
206+
"Programming Language :: Python :: 3.12",
206207
"Topic :: Communications",
207208
"Topic :: Education",
208209
"Topic :: Internet",

0 commit comments

Comments
 (0)