Skip to content

Commit

Permalink
Update builds.yml
Browse files Browse the repository at this point in the history
Fix regarding the failing CI
  • Loading branch information
stasinopoulos committed May 2, 2024
1 parent 3d33206 commit 8684693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [ '3.10', 'pypy-2.7', 'pypy-3.7' ]
python-version: [ '3.10', 'pypy-2.7', 'pypy-3.9' ]
steps:
- uses: actions/checkout@v2
- name: Set up Python
Expand Down

0 comments on commit 8684693

Please sign in to comment.