Skip to content

Commit

Permalink
Test GDAL v3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
brynpickering committed Dec 12, 2023
1 parent 4a0b76e commit df7c0b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
py3version: ["10", "12"]
py3version: ["9", "10"]
fail-fast: false
uses: arup-group/actions-city-modelling-lab/.github/workflows/python-install-lint-test.yml@try-python--m-pytest
with:
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
click < 9
gdal < 3.8
gdal >= 3.6, < 3.7
geopandas >= 0.13, < 0.14
ipykernel < 7
lxml < 5
Expand Down

0 comments on commit df7c0b3

Please sign in to comment.