Skip to content

Commit

Permalink
Merge pull request #131 from Terralego/revert-129-support_django_5
Browse files Browse the repository at this point in the history
Revert "Support django 5.0"
  • Loading branch information
submarcos authored Jan 12, 2024
2 parents e714815 + 26b69a3 commit 517a959
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,8 @@ jobs:
strategy:
matrix:
python-version: ['3.8', '3.10']
django-version: ['3.2.*', '4.2.*', '5.0.*']
django-version: ['3.2.*', '4.2.*']
postgis-image: ['postgis/postgis:12-2.5']
exclude:
- python-version: '3.8'
django-version: '5.0.*'

services:
postgres:
image: ${{ matrix.postgis-image }}
Expand Down
1 change: 0 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ CHANGELOG
---------------------------

* Works with fiona >= 1.9
* Add support for django 5.0


0.7.3 (2023-04-17)
Expand Down

0 comments on commit 517a959

Please sign in to comment.