Skip to content

Commit 10275b3

Browse files
jhlegarretadzenanz
authored andcommitted
ENH: Update Python version in GitHub Actions to 3.9
Update Python version in GitHub Actions to 3.9: Python 3.7 will be deprecated on 27 Jun 2023: https://endoflife.date/python Make the version consistent with the version used in the ITK Python wrapping Azure Pipelines CI, and the ITK Sphinx Examples.
1 parent 905c9bb commit 10275b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616

17-
- name: Set up Python 3.7
17+
- name: Set up Python 3.9
1818
uses: actions/setup-python@v1
1919
with:
20-
python-version: 3.7
20+
python-version: 3.9
2121

2222
- name: Install build dependencies
2323
run: |

0 commit comments

Comments
 (0)