diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2022-12-11 21:04:34 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2022-12-11 21:12:12 -0500 |
commit | c68ac3b7a3001502f681722dc55dff70a3169276 (patch) | |
tree | c464dc2e71de818f7d3ef38a576aafd2a7aea46f | |
parent | ef521390cb51a12eab5c4155900f45dc2c89d507 (diff) | |
download | python-setuptools-git-c68ac3b7a3001502f681722dc55dff70a3169276.tar.gz |
Prevent Python 3.12 from blocking checks.
-rw-r--r-- | .github/workflows/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e1e7bf19..9d02856b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 |