Skip to content

Commit

Permalink
Update syntax and remove extra codes
Browse files Browse the repository at this point in the history
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
  • Loading branch information
baseplate-admin committed Dec 10, 2024
1 parent 2c13711 commit b15d3c8
Show file tree
Hide file tree
Showing 6 changed files with 355 additions and 177 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,10 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
python-version: ['3.10', '3.11', '3.12', '3.13']
django-version: ['3.2', '4.0', '4.1', '4.2', '5.0', '5.1']

exclude:
# Python 3.9
- python-version: '3.9'
django-version: '5.0'
- python-version: '3.9'
django-version: '5.1'

# Python 3.13
- python-version: '3.13'
django-version: '3.2'
Expand Down
44 changes: 0 additions & 44 deletions ninja_put_patch_file_upload_middleware/middlewares.py

This file was deleted.

Loading

0 comments on commit b15d3c8

Please sign in to comment.