Require Python 3.10

Ubuntu 22.04 should be enough
This commit is contained in:
Christoph Reiter
2023-10-15 12:06:56 +02:00
parent 3297b2aada
commit 82b4e4e4ee
4 changed files with 5 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}