fix backward compatibility issues with Python 3.7

This commit is contained in:
Sarah Hoffmann
2024-10-25 23:43:59 +02:00
parent 2c0f2e1ede
commit b9e4563beb
3 changed files with 10 additions and 10 deletions

View File

@@ -18,7 +18,7 @@ build-api:
tests: mypy lint pytest bdd
mypy:
mypy --strict src
mypy --strict --python-version 3.8 src
pytest:
pytest test/python