Skip to content

Commit

Permalink
CI: Disable testing on Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Feb 13, 2023
1 parent 468a6e2 commit 58770b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, macos-latest, windows-latest]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12-dev"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"] # "3.12-dev"
exclude:

# Breaks on building `winsdk`
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Communications",
"Topic :: Education",
"Topic :: Internet",
Expand Down

0 comments on commit 58770b6

Please sign in to comment.