Skip to content

Commit

Permalink
Upgrade python to 3.12 to match QGIS python version
Browse files Browse the repository at this point in the history
  • Loading branch information
ponceta authored Apr 25, 2024
1 parent 9d6088a commit 9c4e520
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/interlis-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set up Python 3.9
- name: Set up Python 3.12
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.12

- name: Install python deps
run: pip install -r requirements.txt
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-to-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:

- uses: actions/checkout@master

- name: Set up Python 3.9
- name: Set up Python 3.12
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.12

- name: Inject version name
run: sed -i "s/999\.dev0/${GITHUB_REF##*/}/" setup.py
Expand Down

0 comments on commit 9c4e520

Please sign in to comment.