From 070b33303059c8a10b35b47f3a41fbfb4e01f7c9 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Sun, 6 Aug 2023 14:20:02 +0200 Subject: [PATCH] too early for 3.12 --- .github/workflows/testing.yml | 2 +- setup.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 874dc9c..9537b3a 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} diff --git a/setup.py b/setup.py index 9cff4b9..d1ca325 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,6 @@ setup( 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', - 'Programming Language :: Python :: 3.12', 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', ],