Skip to content

Commit d3c03e6

Browse files
committed
Newer Python version should use newer tox versions
1 parent 1c11f15 commit d3c03e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25-
pip install "tox>=3.28,<5" "tox-gh-actions>=3.2,<4"
25+
pip install "tox>=4.24,<5" "tox-gh-actions>=3.2,<4"
2626
2727
- name: Run unit tests with tox
2828
run: tox

0 commit comments

Comments
 (0)