Skip to content

Commit

Permalink
CI: Disable Python versions that no longer exist on macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed May 31, 2024
1 parent 9811bb1 commit 2f3d4e5
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- "3.7"
- "3.6"
- "pypy-2.7"
- "pypy-3.7"
- "pypy-3.8"
- "pypy-3.9"
- "pypy-3.10"
Expand All @@ -37,7 +36,7 @@ jobs:

exclude:
- os: windows-2019
python-version: 2.7
python-version: "2.7"
- os: windows-2019
python-version: pypy-2.7
- os: windows-2019
Expand All @@ -48,8 +47,16 @@ jobs:
lua-version: lua5.4
- os: windows-2019
lua-version: luajit-5.1

- os: macos-11
python-version: 2.7
python-version: "2.7"
- os: macos-latest
python-version: "2.7"
- os: macos-latest
python-version: "3.6"
- os: macos-latest
python-version: "3.7"

- os: macos-11
lua-version: lua5.2
- os: macos-11
Expand All @@ -58,8 +65,6 @@ jobs:
lua-version: lua5.4
- os: macos-11
lua-version: luajit-5.1
- os: macos-latest
python-version: 2.7
- os: macos-latest
lua-version: lua5.2
- os: macos-latest
Expand Down

0 comments on commit 2f3d4e5

Please sign in to comment.