Skip to content

Commit

Permalink
fix issues with tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoldbaum committed Nov 25, 2024
1 parent 1d8f655 commit fed9d38
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 @@ -16,7 +16,7 @@ jobs:
PYTHON:
- {VERSION: "3.7", TOXENV: "py37"}
- {VERSION: "3.13", TOXENV: "py313"}
- {VERSION: "3.13t", TOXENV: "py313t"}
- {VERSION: "3.13t", TOXENV: "py313"}
MACOS:
- macos-13
- macos-latest
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
PYTHON:
- {VERSION: "3.7", TOXENV: "py37"}
- {VERSION: "3.13", TOXENV: "py313"}
- {VERSION: "3.13t", TOXENV: "py313t"}
- {VERSION: "3.13t", TOXENV: "py313"}
name: "Python ${{ matrix.PYTHON.VERSION }} on ${{ matrix.WINDOWS.WINDOWS }}"
steps:
- uses: actions/[email protected]
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
- {VERSION: "3.11", TOXENV: "py311"}
- {VERSION: "3.12", TOXENV: "py312"}
- {VERSION: "3.13", TOXENV: "py313"}
- {VERSION: "3.13", TOXENV: "py313t"}
- {VERSION: "3.13t", TOXENV: "py313"}
- {VERSION: "pypy-3.9", TOXENV: "pypy3"}
- {VERSION: "pypy-3.10", TOXENV: "pypy3"}

Expand Down

0 comments on commit fed9d38

Please sign in to comment.