Skip to content

Commit 9551946

Browse files
committed
Update pyproject.toml for poetry 2
1 parent bc6f7e5 commit 9551946

File tree

3 files changed

+320
-256
lines changed

3 files changed

+320
-256
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
python-version: ["3.10.x", "3.11.x", "3.12.x"]
9-
django-version: ["5.0.x", "5.1.x"]
9+
django-version: ["5.0.0", "5.1.0"]
1010
runs-on: ubuntu-latest
1111

1212
services:
@@ -37,7 +37,7 @@ jobs:
3737
- name: Initialize environment
3838
run: |
3939
poetry install
40-
poetry add django==${{ matrix.django-version }}
40+
poetry add django@~${{ matrix.django-version }}
4141
4242
- name: Run pre-test checks
4343
run: poetry run ./code_check.py --debug

0 commit comments

Comments
 (0)