[workflows:tests] include Python 3.13

This commit is contained in:
Mike Fährmann
2024-10-20 15:01:37 +02:00
parent cff3d37551
commit 00436d6027
2 changed files with 2 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.9"]
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy3.9"]
steps:
- uses: actions/checkout@v4