Skip to content

Commit

Permalink
Re-enable pypy-3.10
Browse files Browse the repository at this point in the history
Based on #41, this can be re-enabled now.
  • Loading branch information
iustin committed Feb 6, 2024
1 parent c7d7088 commit c6afc0d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ jobs:
- '3.12'
- 'pypy-3.7'
- 'pypy-3.8'
- 'pypy-3.9-nightly'
# Pypy-3.10 nightly seems to have some issues in bootstrapping
# - 'pypy-3.10-nightly'
- 'pypy-3.9'
- 'pypy-3.10'
include:
# Python < 3.10 is not available on macOS 14
- os: macos-14
Expand All @@ -49,6 +48,10 @@ jobs:
python-version: '3.12'
- os: macos-14
python-version: 'pypy-3.8'
- os: macos-14
python-version: 'pypy-3.9'
- os: macos-14
python-version: 'pypy-3.10'
fail-fast: false

steps:
Expand Down

0 comments on commit c6afc0d

Please sign in to comment.