Skip to content

Commit df24d6d

Browse files
committed
chore(ci): run releases with python 3.10
1 parent 9fcdc22 commit df24d6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup Python
1414
uses: actions/setup-python@v5
1515
with:
16-
python-version: "3.8"
16+
python-version: "3.10"
1717

1818
- name: Pip install
1919
run: python -m pip install --upgrade pip poetry

0 commit comments

Comments
 (0)