diff --git a/ci/tox.yaml b/ci/tox.yaml index 56cb81b2..288617a5 100644 --- a/ci/tox.yaml +++ b/ci/tox.yaml @@ -5,7 +5,7 @@ name: ensure-tox - name: Install all Python versions to test package: - name: ['python37', 'python38', 'python39', 'python310'] + name: ['python3.8', 'python3.9', 'python3.10', 'python3.11', 'python3.12'] state: present become: yes - name: Run tox diff --git a/tox.ini b/tox.ini index 7f385033..014aef0b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] skipsdist = True -envlist = py37,py38,py39,py310,py311,coverage-report +envlist = py38,py39,py310,py311,py312,coverage-report skip_missing_interpreters = true [testenv] ignore_errors = true