Skip to content

Commit 58770b6

Browse files
committed
CI: Disable testing on Python 3.12
1 parent 468a6e2 commit 58770b6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
os: [ubuntu-20.04, macos-latest, windows-latest]
23-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12-dev"]
23+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"] # "3.12-dev"
2424
exclude:
2525

2626
# Breaks on building `winsdk`

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@
197197
"Programming Language :: Python :: 3.9",
198198
"Programming Language :: Python :: 3.10",
199199
"Programming Language :: Python :: 3.11",
200-
"Programming Language :: Python :: 3.12",
201200
"Topic :: Communications",
202201
"Topic :: Education",
203202
"Topic :: Internet",

0 commit comments

Comments
 (0)