Skip to content

Commit 4f2fbe0

Browse files
changed python to 3.9
1 parent 58c135b commit 4f2fbe0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v2
16-
- name: Set up Python 3.8
16+
- name: Set up Python 3
1717
uses: actions/setup-python@v1
1818
with:
19-
python-version: 3.8.10
19+
python-version: 3.9.13
2020

2121
- name: Install gdal
2222
run: |

0 commit comments

Comments
 (0)