Skip to content

Commit

Permalink
fixup! ci(tests): update the targeted python versions for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dairiki committed Sep 3, 2024
1 parent 36a1611 commit 35a6a88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools
pip install tox tox-gh-actions
pip install tox<4 tox-gh-actions<3
- name: Test with tox
run: tox
- run: ls -a
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ requires =
# pypy310 seems to have issues with anything newer than this
virtualenv<20.17.0
tox-gh-actions
# since we use setup.py
setuptools

[gh-actions]
python =
Expand Down

0 comments on commit 35a6a88

Please sign in to comment.