From 363be35e61a07a570cbfc42067323317871cc3ca Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Tue, 5 Mar 2024 20:48:04 +0100 Subject: [PATCH 1/3] add Python 3.12 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 144e77c5e..5c21fb933 100644 --- a/setup.py +++ b/setup.py @@ -68,6 +68,7 @@ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Office/Business :: Groupware"]) From 78a581383119fc67627625f63effce0000ccd8c8 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Tue, 5 Mar 2024 20:48:45 +0100 Subject: [PATCH 2/3] Add Python 3.12 and missing pypy-3.10, pypy-3.11 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4eebaa385..7d2105036 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', pypy-3.7, pypy-3.8, pypy-3.9] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', pypy-3.7, pypy-3.8, pypy-3.9, pypy-3.10, pypy-3.11, pypy-3.12] exclude: - os: windows-latest python-version: pypy-3.7 From 8baf4b7e3f9c71c511e92baade68b9c87cff382d Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Tue, 5 Mar 2024 20:52:38 +0100 Subject: [PATCH 3/3] remove pypy-3.10/11/12, not existing?! --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7d2105036..e9544911a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', pypy-3.7, pypy-3.8, pypy-3.9, pypy-3.10, pypy-3.11, pypy-3.12] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', pypy-3.7, pypy-3.8, pypy-3.9] exclude: - os: windows-latest python-version: pypy-3.7