Skip to content

Commit

Permalink
Merge pull request #21 from windpioneers/thclark-patch-1
Browse files Browse the repository at this point in the history
Update for python 3.11, remove python 3.8
  • Loading branch information
thclark authored Oct 8, 2023
2 parents eaea5a6 + a6b7b32 commit 8b3da9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
needs: coolname
strategy:
matrix:
python: ["3.8", "3.9", "3.10"]
python: ["3.9", "3.10", "3.11"]
gdal: ["2.4.1"]
mode: ["slim", "dev"]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8b3da9b

Please sign in to comment.