We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ddcb61 commit 5632812Copy full SHA for 5632812
.github/workflows/docker-gdal.yml
@@ -20,7 +20,7 @@ jobs:
20
fail-fast: false
21
matrix:
22
container:
23
- - "osgeo/gdal:ubuntu-small-latest" # >= python 3.8.10
+ - "osgeo/gdal:ubuntu-small-latest" # >= python 3.10.6
24
- "osgeo/gdal:ubuntu-small-3.6.2" # python 3.10.6
25
- "osgeo/gdal:ubuntu-small-3.5.3" # python 3.8.10
26
- "osgeo/gdal:ubuntu-small-3.4.3" # python 3.8.10
.github/workflows/lint.yml
@@ -14,4 +14,6 @@ jobs:
14
steps:
15
- uses: actions/checkout@v3
16
- uses: actions/setup-python@v4
17
+ with:
18
+ python-version: "3.11"
19
- uses: pre-commit/[email protected]
0 commit comments