Skip to content

Commit

Permalink
drop testing for python <3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
taobrienlbl committed Sep 10, 2024
1 parent 1b2321e commit a3e7a03
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
# exclude MacOS arm64 on 3.7
exclude:
- os: macos-latest
python-version: '3.7'
python-version: ['3.9', '3.10', '3.11', '3.12']
runs-on: ${{ matrix.os }}
steps:
- name: Check out code
Expand Down

0 comments on commit a3e7a03

Please sign in to comment.