From a609be025817471cd9990f39b4a3eb73b983391c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dion=20H=C3=A4fner?= Date: Fri, 18 Aug 2023 13:44:28 +0200 Subject: [PATCH] 3.12 isn't released yet --- .github/workflows/test-all.yml | 2 +- .github/workflows/test-install.yml | 2 +- setup.py | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-all.yml b/.github/workflows/test-all.yml index 44b6212a..81016d83 100644 --- a/.github/workflows/test-all.yml +++ b/.github/workflows/test-all.yml @@ -18,7 +18,7 @@ jobs: matrix: os: [ubuntu-20.04] - python-version: ["3.7", "3.12"] + python-version: ["3.7", "3.11"] backend: [numpy, jax] env: diff --git a/.github/workflows/test-install.yml b/.github/workflows/test-install.yml index 34f5a3e9..8ba59878 100644 --- a/.github/workflows/test-install.yml +++ b/.github/workflows/test-install.yml @@ -20,7 +20,7 @@ jobs: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ["3.7", "3.12"] + python-version: ["3.7", "1"] nocc: [false] include: diff --git a/setup.py b/setup.py index b5efa1b1..c0f7a8bc 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,6 @@ 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 Topic :: Scientific/Engineering Operating System :: Microsoft :: Windows