Skip to content

Commit

Permalink
Revert "Pin tox and uv versions, to fix CI (#335)"
Browse files Browse the repository at this point in the history
Prefer to roll forward with newer versions of these tools. This library no longer supports Python 3.8, so the CI issue with newer tool versions no longer happens.

This reverts commit b7f5aae.
  • Loading branch information
john-kurkowski committed Nov 4, 2024
1 parent 655c23f commit 90bee5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
check-latest: true
- name: Install Python requirements
run: |
pip install --upgrade 'tox==4.16.0' 'tox-uv==1.9.1' 'uv==0.2.21'
pip install --upgrade tox tox-uv
- name: Test
run: tox
env:
Expand Down

0 comments on commit 90bee5f

Please sign in to comment.