Skip to content

Commit eff06d3

Browse files
committed
Upgrade python
1 parent 96d0421 commit eff06d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313

14-
- name: Set up Python 3.8
14+
- name: Set up Python
1515
uses: actions/setup-python@v1
1616
with:
17-
python-version: 3.8
17+
python-version: 3.14
1818

1919
- name: Install qgis-plugin-ci
2020
run: pip3 install qgis-plugin-ci

0 commit comments

Comments
 (0)