From 90bee5fd2caf65f4a35210cda2c0d0b0d9c03aa1 Mon Sep 17 00:00:00 2001 From: John Kurkowski Date: Tue, 20 Aug 2024 19:04:13 -0700 Subject: [PATCH] Revert "Pin tox and uv versions, to fix CI (#335)" 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 b7f5aae259e578b66d74200b4e88b30b2e6d116d. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f20c271..9d5cc99 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: