Skip to content

Commit 5857daa

Browse files
committed
Reverting python to 3.11.
1 parent 4de81de commit 5857daa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v2
16-
- name: Set up Python 3.14
16+
- name: Set up Python 3.11
1717
uses: actions/setup-python@v2
1818
with:
19-
python-version: 3.14
19+
python-version: 3.11
2020
- name: Install dependencies
2121
run: |
2222
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)