Skip to content

Commit dc32855

Browse files
Make workflows use a newer python version
1 parent fd89fe6 commit dc32855

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-pypi-build-push-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- uses: actions/setup-python@v2
1616
with:
17-
python-version: '3.9'
17+
python-version: '3.11'
1818

1919
- name: Install Poetry
2020
run: |

.github/workflows/release-pypi-build-push-test-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-python@v2
2020
with:
21-
python-version: '3.9'
21+
python-version: '3.11'
2222

2323
- name: Install Poetry
2424
run: |

0 commit comments

Comments
 (0)