Skip to content
This repository was archived by the owner on Apr 26, 2025. It is now read-only.

Commit 485f57d

Browse files
Update syntax and remove extra codes (#31)
Add Update CI.yml Update middlewares.py Update middlewares.py Update CI.yml Revert "Update CI.yml" This reverts commit dc01841. Add Add Update markers Yep Update settings.py Add Delete pytest.ini Update CI.yml Update CI.yml
1 parent 83ebb0c commit 485f57d

File tree

6 files changed

+360
-178
lines changed

6 files changed

+360
-178
lines changed

.github/workflows/CI.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,10 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
18+
python-version: ['3.10', '3.11', '3.12', '3.13']
1919
django-version: ['3.2', '4.0', '4.1', '4.2', '5.0', '5.1']
2020

2121
exclude:
22-
# Python 3.9
23-
- python-version: '3.9'
24-
django-version: '5.0'
25-
- python-version: '3.9'
26-
django-version: '5.1'
27-
2822
# Python 3.13
2923
- python-version: '3.13'
3024
django-version: '3.2'
@@ -44,8 +38,12 @@ jobs:
4438
virtualenvs-in-project: true
4539
- name: Install dependencies
4640
run: |
47-
poetry install --sync --no-interaction --no-root
41+
poetry install --sync --no-interaction --no-root
4842
poetry run pip install "django==${{ matrix.django-version }}.*"
43+
44+
- name: Install Projects
45+
run: poetry run pip install -e .
46+
4947
- name: Run tests
5048
run: poetry run pytest .
5149

ninja_put_patch_file_upload_middleware/middlewares.py

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)