Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 28c439e

Browse files
committed
Update Python version
1 parent 61be887 commit 28c439e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v3
19-
- name: Set up Python 3.8
19+
- name: Set up Python 3.10
2020
uses: actions/setup-python@v4
2121
with:
22-
python-version: 3.8
22+
python-version: 3.10
2323
- name: Install poetry
2424
run: python -m pip install poetry
2525
- name: Build package

0 commit comments

Comments
 (0)