Allow StrEnum from backports for python <3.11

This commit is contained in:
2025-10-06 16:36:26 +02:00
parent a3dccb8429
commit 9ce902d82c
2 changed files with 10 additions and 1 deletions
+5
View File
@@ -36,6 +36,11 @@ jobs:
run: |
pip install backports.zoneinfo
- name: Backport StrEnum
if: matrix.python-version < '3.11'
run: |
pip install backports.strenum
- name: Test with pytest
run: |
python -m pytest tests