We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82180a5 commit f33ffd9Copy full SHA for f33ffd9
.github/workflows/main.yml
@@ -97,8 +97,8 @@ jobs:
97
98
- name: Install dependencies
99
run: |
100
- python -m pip install --upgrade pip
101
- pip install tox==4.26.0
+ python -m pip install uv
+ uv tool install tox==4.26.0 --with tox-uv
102
103
- name: Run tox
104
run: tox -e ${{ matrix.name }}
tox.ini
@@ -11,7 +11,7 @@ envlist =
11
extras = testing
12
deps =
13
djmain: https://github.com/django/django/archive/main.tar.gz
14
- dj52: Django>=5.2a1,<6.0
+ dj52: Django>=5.2,<6.0
15
dj51: Django>=5.1,<5.2
16
dj50: Django>=5.0,<5.1
17
dj42: Django>=4.2,<4.3
0 commit comments