Skip to content

Commit

Permalink
Change python version for pypy in workflow files (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-shibanov committed Oct 19, 2021
1 parent d12543a commit 002b1e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/test-pypy.yml
Expand Up @@ -21,12 +21,11 @@ jobs:
os: [macos-latest, windows-latest, ubuntu-18.04, ubuntu-latest]
pypy:
- 'pypy-2.7'
- 'pypy-3.6'
- 'pypy-3.7'
- 'pypy-2.7-v7.3.2'
- 'pypy-3.6-v7.3.2'
- 'pypy-3.7-v7.3.2'
- 'pypy-3.6-v7.3.x'
- 'pypy-2.7-v7.3.4'
- 'pypy-3.7-v7.3.5'
- 'pypy-3.7-v7.3.4'
- 'pypy-3.7-v7.3.x'
- 'pypy-3.7-v7.x'
- 'pypy-2.7-v7.3.4rc1'
- 'pypy-3.7-nightly'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-python.yml
Expand Up @@ -97,7 +97,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-18.04, ubuntu-20.04]
os: [macos-10.15, windows-latest, ubuntu-18.04, ubuntu-20.04]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

1 comment on commit 002b1e4

@auvipy
Copy link

@auvipy auvipy commented on 002b1e4 Nov 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need 'pypy-3.7-v7.3.6' & 'pypy-3.8-v7.3.6' ASAP as this is a hot fix

Please sign in to comment.