Skip to content

Commit

Permalink
Remove Python 3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
drhagen committed Nov 11, 2023
1 parent c63a28d commit 864b21f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
python =
3.10: py310, numpy, coverage, pep8
3.11: py311
3.12: py312

[tox]
requires =
Expand All @@ -14,7 +13,6 @@ requires =
envlist =
py310
py311
py312
numpy
coverage
pep8
Expand Down

0 comments on commit 864b21f

Please sign in to comment.