Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Apr 4, 2024
1 parent e32d925 commit 0c8cef1
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,20 +62,6 @@ jobs:
- os: macos-latest
python: 3.12

# Test old unsupported Python versions
- os: ubuntu-20.04
python: 3.5
- os: ubuntu-20.04
python: 3.6
- os: ubuntu-18.04
python: 3.4
- os: ubuntu-18.04
python: 3.3
- os: windows-latest
python: 3.2
- os: windows-latest
python: 3.1

steps:
# https://github.com/actions/checkout
- uses: actions/checkout@v4
Expand All @@ -94,7 +80,7 @@ jobs:

# Test old unsupported Python versions
# Don't install setuptools: use built-in distutils.
build_unsupported:
test_old:
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit 0c8cef1

Please sign in to comment.