Skip to content

Commit

Permalink
Update, for CI, pypy version to 3.9 and 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ninousf authored Dec 18, 2023
1 parent 14751de commit 62bbc10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# os: [ubuntu-20.04, macos-latest, windows-latest]

# https://github.com/actions/setup-python#specifying-a-pypy-version
python-version: ['3.7', '3.11', 'pypy-3.7', 'pypy-3.9']
python-version: ['3.7', '3.11', 'pypy-3.9', 'pypy-3.10']

# https://github.blog/changelog/2020-04-15-github-actions-new-workflow-features/
# https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstepscontinue-on-error
Expand Down

0 comments on commit 62bbc10

Please sign in to comment.