workflow python version

This commit is contained in:
Vojta 2025-01-30 14:01:58 +01:00
parent 7db1276d8f
commit bc4e191e8a

View File

@ -123,7 +123,7 @@ jobs:
needs: build
strategy:
matrix:
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11' ]
python-version: [ '3.9', '3.10', '3.11', '3.12' ]
name: Python ${{ matrix.python-version }} test
steps:
- uses: actions/checkout@v4