remove specific python version requirement. CircleCI is already on 3.9, so that's good enough for now

This commit is contained in:
Greg Gauthier 2020-10-23 13:17:22 +01:00
parent 61e49edb4c
commit a12f97d0d0
2 changed files with 0 additions and 4 deletions

View File

@ -13,7 +13,6 @@ jobs:
- python/save-cache - python/save-cache
- run: - run:
command: | command: |
python3 --version
pipenv install pipenv install
pipenv run pytest pipenv run pytest
workflows: workflows:

View File

@ -8,6 +8,3 @@ pytest = "*"
[packages] [packages]
pytest = "*" pytest = "*"
[requires]
python_version = "3.8"