From 864b21f7c9f9c3b2a9eb524137ff34e976ccf4e3 Mon Sep 17 00:00:00 2001 From: David Hagen Date: Sat, 11 Nov 2023 16:14:14 -0500 Subject: [PATCH] Remove Python 3.12 support --- .github/workflows/python.yml | 2 +- tox.ini | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 6bf5889..535d7f3 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -6,7 +6,7 @@ jobs: tox: strategy: matrix: - python-version: ['3.10', '3.11', '3.12'] + python-version: ['3.10', '3.11'] os: [ubuntu-22.04, macos-12] runs-on: ${{ matrix.os }} steps: diff --git a/tox.ini b/tox.ini index d16b8b1..e208ed2 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,6 @@ python = 3.10: py310, numpy, coverage, pep8 3.11: py311 - 3.12: py312 [tox] requires = @@ -14,7 +13,6 @@ requires = envlist = py310 py311 - py312 numpy coverage pep8