Skip to content

Commit 8c894fa

Browse files
authored
Merge pull request #110 from RedisLabsModules/master_jk_use_stable_python_version
Use Stable Python Version
2 parents cd315db + 8478b49 commit 8c894fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
TAG: ${{ github.event.release.tag_name }}
1919
run: echo "VERSION=${TAG#v}" >> $GITHUB_OUTPUT
2020

21-
- name: Set up Python 3.14
21+
- name: Set up Python 3.13
2222
uses: actions/setup-python@v5
2323
with:
24-
python-version: 3.14
24+
python-version: 3.13
2525

2626
- name: Cache Poetry virtualenv
2727
uses: actions/cache@v3

0 commit comments

Comments
 (0)