From 450b29a1e759112572b25ae060103f0396ed2bef Mon Sep 17 00:00:00 2001 From: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com> Date: Fri, 27 Sep 2024 12:30:34 -0400 Subject: [PATCH] drop Python3.12 builds --- .github/workflows/main.yml | 2 +- setup.py | 2 +- tox.ini | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b4dfcf2..d5f47a6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -52,7 +52,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11" ] # "3.12" defaults: run: shell: bash -l {0} diff --git a/setup.py b/setup.py index 80d2f2e..f0d3981 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", - "Programming Language :: Python :: 3.12", + # "Programming Language :: Python :: 3.12", "Topic :: Scientific/Engineering :: Atmospheric Science", "License :: OSI Approved :: Apache Software License", ] diff --git a/tox.ini b/tox.ini index b73f23c..2cadf79 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] min_version = 4.0 envlist = - py{39,310,311,312}, + py{39,310,311}, flake8 requires = pip >= 23.1.0 opts = -v