Skip to content

Commit 8311cf6

Browse files
committed
Update github workflow to Python 3.10
1 parent 35f8f73 commit 8311cf6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/core_code_checks.yml

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

1616
steps:
1717
- uses: actions/checkout@v3
18-
- name: Set up Python 3.8.13
18+
- name: Set up Python 3.10.15
1919
uses: actions/setup-python@v4
2020
with:
21-
python-version: '3.8.13'
21+
python-version: '3.10.15'
2222
- uses: actions/cache@v2
2323
with:
2424
path: ${{ env.pythonLocation }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v1
1818
with:
19-
python-version: '3.8'
19+
python-version: '3.10'
2020
- name: Install dependencies
2121
run: |
2222
python -m pip install build twine

0 commit comments

Comments
 (0)