Skip to content

Commit 5252aa0

Browse files
committed
fix: wrong Django version in pyproject.toml
1 parent 1fc04ac commit 5252aa0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ jobs:
5151
uses: astral-sh/setup-uv@v5
5252
- name: Install dependencies
5353
run: |
54+
sudo apt install gettext gcc -y
55+
sudo apt install gettext gcc -y
56+
sudo apt install gettext gcc -y
57+
python -m pip install --upgrade pip uv
58+
python -m pip install --upgrade pip uv
59+
python -m pip install --upgrade pip uv
5460
uv pip install --system -r tests/requirements/${{ matrix.requirements-file }}
5561
uv pip install --system -e .
5662

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ classifiers = [
3434
"Topic :: Software Development",
3535
]
3636
dependencies = [
37-
"Django>=6.0a1,<6.1",
3837
"django-cms>=4.1.1",
3938
"django-fsm<3",
4039
"packaging",

0 commit comments

Comments
 (0)