Skip to content

Commit

Permalink
Update unittests.yml
Browse files Browse the repository at this point in the history
Remove Python 3.8 and 3.9 on OSX due to lack of availability on arm64 runners.
  • Loading branch information
benmoran56 committed Apr 25, 2024
1 parent 9fe927d commit 0cea5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
python-version: [ '3.10', '3.11', '3.12' ]
name: Python ${{ matrix.python-version }} OSX
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0cea5e2

Please sign in to comment.