Skip to content

Commit

Permalink
ci: fix excluded python version
Browse files Browse the repository at this point in the history
  • Loading branch information
ful1e5 committed Apr 23, 2024
1 parent 5416d8b commit 72bb6bc
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 @@ -20,14 +20,6 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
include:
- os: ubuntu-latest
path: ~/.cache/pip
- os: macos-latest
path: ~/Library/Caches/pip
- os: windows-latest
path: ~\AppData\Local\pip\Cache

exclude:
- os: macos-latest
python-version: ["3.7", "3.8", "3.9"]
Expand Down

0 comments on commit 72bb6bc

Please sign in to comment.