diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml index a71357b..033add4 100644 --- a/.github/workflows/python-test.yml +++ b/.github/workflows/python-test.yml @@ -27,7 +27,13 @@ jobs: max-parallel: 4 fail-fast: false matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: + #- "3.7" + #- "3.8" + - "3.9" + - "3.10" + - "3.11" + - "3.12" steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} diff --git a/tox.ini b/tox.ini index 41427fb..efea5ce 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = format,mypy,py37,py38,py39,py310,py311 +envlist = format,mypy,py37,py38,py39,py310,py311,py312 [testenv] commands = pytest {posargs}