From 8fb9e607ab3e721688620060ec56c30ea299b0f3 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Mon, 13 Feb 2023 14:59:26 +0100 Subject: [PATCH] CI: Disable testing on Python 3.12 --- .github/workflows/tests.yml | 2 +- setup.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0e509677..78f7353c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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` diff --git a/setup.py b/setup.py index db23bf7c..01a3944a 100644 --- a/setup.py +++ b/setup.py @@ -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",