support old python - 3.9

This commit is contained in:
2023-06-26 17:31:00 -04:00
parent 59abf24ce5
commit 5f56a1256b
5 changed files with 13 additions and 9 deletions

View File

@ -9,6 +9,7 @@ docker-tests:
docker run --pull=always -v `pwd`:/app -w /app --rm -it python:3.10-alpine sh runtests.sh
docker run --pull=always -v `pwd`:/app -w /app --rm -it python:3.11 sh runtests.sh
docker run --pull=always -v `pwd`:/app -w /app --rm -it python:3.10 sh runtests.sh
docker run --pull=always -v `pwd`:/app -w /app --rm -it python:3.9 sh runtests.sh
requirements.txt: Pipfile.lock
pipenv requirements > requirements.txt