readd 3.11
All checks were successful
Unit Testing / test (3.11) (pull_request) Successful in 53s
Unit Testing / test (3.8) (pull_request) Successful in 51s
Unit Testing / test (3.10) (pull_request) Successful in 58s
Unit Testing / test (3.12) (pull_request) Successful in 56s
Unit Testing / test (3.9) (pull_request) Successful in 59s

This commit is contained in:
2026-02-27 15:40:57 +01:00
parent 16e729ff13
commit 53ae715e04
2 changed files with 3 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.12']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
fail-fast: false
steps:
@@ -46,6 +46,7 @@ jobs:
- name: Test with pytest
run: |
export PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
python -m pytest tests

View File

@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.12']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
fail-fast: false
steps: