Skip to content

Commit

Permalink
remove 2.7 from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GhostofGoes committed Jun 1, 2024
1 parent 3bc6af1 commit 9d415d1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,11 @@ jobs:
# OS images: https://github.com/actions/runner-images
matrix:
python-version:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "3.9"
- "pypy-2.7"
- "pypy-3.6"
- "pypy-3.7"
- "pypy-3.8"
Expand All @@ -65,16 +63,12 @@ jobs:
python-version: "3.4"
- platform: macos-latest
python-version: "3.4"
- platform: macos-latest
python-version: "pypy-2.7"
- platform: macos-latest
python-version: "pypy-3.6"
- platform: macos-latest
python-version: "pypy-3.7"
- platform: macos-latest
python-version: "pypy-3.8"
- platform: windows-latest
python-version: "pypy-2.7"
- platform: windows-latest
python-version: "pypy-3.6"
architecture: x64
Expand Down

0 comments on commit 9d415d1

Please sign in to comment.