Skip to content

Commit

Permalink
Merge pull request #1669 from ethanwhite/test-new-python
Browse files Browse the repository at this point in the history
Test on Python 3.11
  • Loading branch information
henrykironde authored Apr 16, 2023
2 parents 694528b + 22bcb66 commit 3798257
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8]
python-version: [3.7, 3.8, 3.11]

services:
mysqldb_retriever:
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
sudo apt-get install gdal-bin
export CPLUS_INCLUDE_PATH=/usr/include/gdal
export C_INCLUDE_PATH=/usr/include/gdal
pip install GDAL==3.2.3
pip install GDAL
sudo apt-get install -y --force-yes postgis
- name: Setup paths and files
Expand Down

2 comments on commit 3798257

@Raen111
Copy link

@Raen111 Raen111 commented on 3798257 Feb 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uploading 7efad237-d270-4d3c-bb06-2fdc4b7b567a.jpeg…

@henrykironde
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Raen111 something went wrong with the image

Please sign in to comment.