Skip to content

Commit f33ffd9

Browse files
committed
.
1 parent 82180a5 commit f33ffd9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ jobs:
9797
9898
- name: Install dependencies
9999
run: |
100-
python -m pip install --upgrade pip
101-
pip install tox==4.26.0
100+
python -m pip install uv
101+
uv tool install tox==4.26.0 --with tox-uv
102102
103103
- name: Run tox
104104
run: tox -e ${{ matrix.name }}

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ envlist =
1111
extras = testing
1212
deps =
1313
djmain: https://github.com/django/django/archive/main.tar.gz
14-
dj52: Django>=5.2a1,<6.0
14+
dj52: Django>=5.2,<6.0
1515
dj51: Django>=5.1,<5.2
1616
dj50: Django>=5.0,<5.1
1717
dj42: Django>=4.2,<4.3

0 commit comments

Comments
 (0)