We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1b7216 commit aa767bfCopy full SHA for aa767bf
.github/workflows/tests.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
max-parallel: 4
10
matrix:
11
- python-version: [3.9, '3.10', '3.11']
+ python-version: [3.9, '3.10', '3.11', '3.12']
12
13
steps:
14
- uses: actions/checkout@v3
@@ -18,7 +18,7 @@ jobs:
18
python-version: ${{ matrix.python-version }}
19
- name: Install dependencies
20
run: |
21
- sudo apt-add-repository ppa:ubuntugis/ubuntugis-unstable
+ sudo apt-add-repository ppa:ubuntugis/ppa
22
sudo apt-get update
23
sudo apt-get install gdal-bin libgdal-dev -y
24
python -m pip install --upgrade pip
0 commit comments