Skip to content

Commit cf07080

Browse files
committed
attempt to fix tox on bcrypt CI
1 parent df983f9 commit cf07080

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
PYTHON:
1717
- {VERSION: "3.8", TOXENV: "py38"}
1818
- {VERSION: "3.13", TOXENV: "py313"}
19-
- {VERSION: "3.13t", TOXENV: "py313"}
19+
- {VERSION: "3.13t", TOXENV: "py313t"}
2020
MACOS:
2121
- macos-13
2222
- macos-latest
@@ -54,7 +54,7 @@ jobs:
5454
PYTHON:
5555
- {VERSION: "3.8", TOXENV: "py38"}
5656
- {VERSION: "3.13", TOXENV: "py313"}
57-
- {VERSION: "3.13t", TOXENV: "py313"}
57+
- {VERSION: "3.13t", TOXENV: "py313t"}
5858
name: "Python ${{ matrix.PYTHON.VERSION }} on ${{ matrix.WINDOWS.WINDOWS }}"
5959
steps:
6060
- uses: actions/[email protected]
@@ -94,7 +94,7 @@ jobs:
9494
- {VERSION: "3.11", TOXENV: "py311"}
9595
- {VERSION: "3.12", TOXENV: "py312"}
9696
- {VERSION: "3.13", TOXENV: "py313"}
97-
- {VERSION: "3.13t", TOXENV: "py313"}
97+
- {VERSION: "3.13t", TOXENV: "py313t"}
9898
- {VERSION: "pypy-3.9", TOXENV: "pypy3"}
9999
- {VERSION: "pypy-3.10", TOXENV: "pypy3"}
100100

0 commit comments

Comments
 (0)