Skip to content

Commit

Permalink
Merge pull request #129 from Terralego/support_django_5
Browse files Browse the repository at this point in the history
Support django 5.0
  • Loading branch information
submarcos authored Jan 12, 2024
2 parents 62f6599 + a7f0d05 commit e714815
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,12 @@ jobs:
strategy:
matrix:
python-version: ['3.8', '3.10']
django-version: ['3.2.*', '4.2.*']
django-version: ['3.2.*', '4.2.*', '5.0.*']
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: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ CHANGELOG
---------------------------

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


0.7.3 (2023-04-17)
Expand Down

0 comments on commit e714815

Please sign in to comment.