Run tests against Python 3.12

This commit is contained in:
Michael Käufl 2023-11-13 13:44:11 +01:00
parent 67df05b431
commit a835092ee6
No known key found for this signature in database
GPG Key ID: 30274591B981122A
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-20.04 # See https://github.com/actions/setup-python/issues/544
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "pypy-3.7"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy-3.7"]
steps:
- uses: actions/checkout@v3

View File

@ -1,5 +1,5 @@
[tox]
envlist = lint, type, py36, py37, py38, py39, py310, py311, pypy3
envlist = lint, type, py36, py37, py38, py39, py310, py311, py312, pypy3
skip_missing_interpreters = true
[testenv]