Tests are now for 3.11+
All checks were successful
Analysis / SonarCloud (push) Successful in 44s

This commit is contained in:
kku 2024-12-27 18:33:51 +01:00
parent 95584c0e63
commit d24e94b57e

View File

@ -15,7 +15,7 @@ jobs:
container: catthehacker/ubuntu:act-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: [ "3.11", "3.12", "3.13" ]
steps:
- uses: actions/checkout@v3