From daa479e697c33e4c92db34070347b0ab9b30b8da Mon Sep 17 00:00:00 2001 From: Peter Kraus Date: Fri, 23 Aug 2024 14:22:11 +0200 Subject: [PATCH] Drop 3.12 for now. --- .github/workflows/pull-request-commit.yml | 4 ++-- pyproject.toml | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull-request-commit.yml b/.github/workflows/pull-request-commit.yml index 3a05f98..91e95e3 100644 --- a/.github/workflows/pull-request-commit.yml +++ b/.github/workflows/pull-request-commit.yml @@ -6,7 +6,7 @@ jobs: build: strategy: matrix: - pyver: ['3.9', '3.10', '3.11', '3.12'] + pyver: ['3.9', '3.10', '3.11'] os: ['ubuntu-latest'] include: - pyver: '3.9' @@ -19,7 +19,7 @@ jobs: needs: [build] strategy: matrix: - pyver: ['3.9', '3.10', '3.11', '3.12'] + pyver: ['3.9', '3.10', '3.11'] os: ['ubuntu-latest'] include: - pyver: '3.9' diff --git a/pyproject.toml b/pyproject.toml index fb3fced..2dc8efc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,6 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", - "Programming Language :: Python :: 3.12", "Operating System :: OS Independent", ] requires-python = ">= 3.9"