Skip to content

Commit 2dd458b

Browse files
committed
update python versions
1 parent 7b5c28a commit 2dd458b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install Python
2020
uses: actions/setup-python@v2
2121
with:
22-
python-version: 3.9
22+
python-version: 3.12
2323
# https://docs.github.com/en/actions/guides/building-and-testing-python#caching-dependencies
2424
# ^-- How to set up caching for pip on Ubuntu
2525
- name: Cache pip

.github/workflows/pytest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Python
1515
uses: actions/setup-python@v2
1616
with:
17-
python-version: 3.11
17+
python-version: 3.12
1818
- name: Install dependencies
1919
run: |
2020
sudo apt-add-repository ppa:ubuntugis/ubuntugis-unstable

0 commit comments

Comments
 (0)