Freeze versions and bump version (#632)

* Freeze versions and bump version
* Drops support for python below 3.10
This commit is contained in:
Tek
2025-06-12 16:33:15 +02:00
committed by GitHub
parent 511063fd0e
commit 61f51caf31
3 changed files with 20 additions and 21 deletions
+2 -2
View File
@@ -12,7 +12,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', '3.13']
steps:
- uses: actions/checkout@v4
@@ -35,4 +35,4 @@ jobs:
if: github.event_name == 'pull_request'
with:
pytest-coverage-path: ./pytest-coverage.txt
junitxml-path: ./pytest.xml
junitxml-path: ./pytest.xml