Skip to content

Commit

Permalink
Don't test with Python 3.6 on MacOS
Browse files Browse the repository at this point in the history
Python 3.6 is no longer supported on macos-latest build image, and 3.6
is EOL anyway. (So prefer to ditch 3.6 rather than pin macos to an
earlier image.)
  • Loading branch information
league committed May 29, 2024
1 parent 6eae812 commit e3b6dae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
include:
- os: ubuntu-20.04
python-version: '3.6'
- os: macos-latest
python-version: '3.6'
fail-fast: false
steps:
- name: "Software Install - Ubuntu"
Expand Down

0 comments on commit e3b6dae

Please sign in to comment.