Skip to content

Commit

Permalink
CI: no longer test on Python 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Jul 18, 2023
1 parent 3dcffb4 commit eb8f169
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, macos-10.15, macos-11.0, windows-2019]
python-version: [ '2.x', '3.8', '3.9' ]
exclude:
# Exclude Python 2.x on Windows, as it requires Microsoft Visual C++ 9.0 but
# this is not installed on the Github runners.
- os: windows-2019
python-version: '2.x'
# No Python 2 on macOS 11.
- os: macos-11.0
python-version: '2.x'
python-version: [ '3.8', '3.9' ]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit eb8f169

Please sign in to comment.