Skip to content

Commit

Permalink
gh action runners no longer support python2 (python-versions)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbelanger committed May 6, 2024
1 parent 7f6637c commit 711cacc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ jobs:
os: [macos-13, windows-2022, ubuntu-22.04]
python-version: [3.8, 3.9, "3.10", 3.11, 3.12]
include:
- os: ubuntu-22.04
python-version: 2.7
- os: ubuntu-22.04
python-version: pypy-2.7
- os: ubuntu-22.04
python-version: pypy-3.9
- os: ubuntu-22.04
Expand Down Expand Up @@ -72,10 +68,6 @@ jobs:
os: [macos-13, windows-2022, ubuntu-22.04]
python-version: [3.8, 3.9, "3.10", 3.11, 3.12]
include:
- os: ubuntu-22.04
python-version: 2.7
- os: ubuntu-22.04
python-version: pypy-2.7
- os: ubuntu-22.04
python-version: pypy-3.9
- os: ubuntu-22.04
Expand Down

0 comments on commit 711cacc

Please sign in to comment.