use Python 3.12 for GitHub Actions

This commit is contained in:
Mike Fährmann
2023-10-14 14:48:40 +02:00
parent 830a48bca4
commit 1671a90077
2 changed files with 3 additions and 3 deletions

View File

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