Skip to content

Commit

Permalink
try out running ci with pypy 3.9
Browse files Browse the repository at this point in the history
Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com>
  • Loading branch information
hoefling committed Apr 15, 2022
1 parent a301e24 commit 3cf3839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu, macos, windows]
python: ['3.6', '3.7', '3.8', '3.9', '3.10', 'pypy-3.7']
python: ['3.6', '3.7', '3.8', '3.9', '3.10', 'pypy-3.7', 'pypy-3.9']
exclude:
# poetry can't install with 3.6 on windows w/o a UnicodeEncodeError
- os: windows
Expand Down

0 comments on commit 3cf3839

Please sign in to comment.