Skip to content

Commit

Permalink
.github/workflows/tests-future.yml: fix PyPy version syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallaecio committed Oct 23, 2021
1 parent e0eb403 commit e292d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-future.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
#- tox: asyncio-future
#python-version: "3.10" # https://github.com/cython/cython/issues/4365
- tox: pypy3-future
python-version: pypy3.8.12-7.3.6
python-version: pypy-3.8.12-7.3.6
#- tox: extra-deps-future
#python-version: "3.8" # https://github.com/seomoz/reppy/issues/122
#pip: 20.3.3
Expand Down

0 comments on commit e292d30

Please sign in to comment.