Skip to content

Commit

Permalink
delete Mac CI TOXENV uses as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoldbaum committed Jan 16, 2025
1 parent a591dc6 commit 9377ea6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
fail-fast: false
matrix:
PYTHON:
- {VERSION: "3.8", TOXENV: "py38"}
- {VERSION: "3.13", TOXENV: "py313"}
- {VERSION: "3.13t", TOXENV: "py313t"}
- {VERSION: "3.8"}
- {VERSION: "3.13"}
- {VERSION: "3.13t"}
MACOS:
- macos-13
- macos-latest
Expand Down

0 comments on commit 9377ea6

Please sign in to comment.