Fix CI: actually test on older Python versions (#7586)

* actually test on older Python versions

* fix tests on Python 3.12
This commit is contained in:
Maximilian Hils 2025-03-01 23:57:48 +01:00 committed by GitHub
parent c0707dd379
commit 8d96ce7824
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 2 deletions

View file

@ -55,6 +55,8 @@ jobs:
steps:
- uses: mhils/workflows/checkout@34e9a0dabe3f355d60c385cdb1b1368c9219ecd3
- uses: mhils/workflows/setup-python@34e9a0dabe3f355d60c385cdb1b1368c9219ecd3
with:
python-version: ${{ matrix.py }}
- run: pip install tox
- run: tox -e py
if: matrix.os != 'ubuntu-latest'