Skip to content

Commit

Permalink
Prevent Python 3.12 from blocking checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Dec 12, 2022
1 parent cdc2e9f commit 2ddcb1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
- python: pypy3.9
platform: ubuntu-latest
runs-on: ${{ matrix.platform }}
continue-on-error: ${{ matrix.python == "3.12" }}
steps:
- uses: actions/checkout@v3
- name: Setup Python
Expand Down

0 comments on commit 2ddcb1b

Please sign in to comment.