Skip to content

Commit 2212f1e

Browse files
authored
Merge pull request #223 from galacticcouncil/jepidoptera-patch-2
Update Python version from 3.9 to 3.10
2 parents 37f9421 + f894fd0 commit 2212f1e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v4
19-
- name: Set up Python 3.9
19+
- name: Set up Python 3.10
2020
uses: actions/setup-python@v5
2121
with:
22-
python-version: "3.9"
22+
python-version: "3.190"
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)