Skip to content

Commit

Permalink
Skip Python 3.12 on Linux due to #5.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Dec 9, 2022
1 parent e0d1db9 commit 28ef983
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ jobs:
platform: ubuntu-latest
- python: pypy3.9
platform: ubuntu-latest
exclude:
# jaraco/jaraco.net#5
- python: 3.12
platform: ubuntu-latest
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 28ef983

Please sign in to comment.