Revert "add test for python 3.12"

This reverts commit 19eaf8d58ce7606e15f2f5b3db4f47088798d3d1.
This commit is contained in:
Patrick Kanzler 2023-09-17 22:57:52 +02:00
parent 19eaf8d58c
commit c07500c2a2
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.8', '3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@v4

View File

@ -1,5 +1,5 @@
[tox]
envlist = py38, py39, py310, py311, py312, docs, flake8
envlist = py38, py39, py310, py311, docs, flake8
[gh-actions]
python =