Allow StrEnum from backports for python <3.11
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user