Skip to content

Commit 2989aad

Browse files
authored
Change Python version from 3.13 to 3.11
1 parent d4ee912 commit 2989aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-publish.yml

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

2525
- uses: actions/setup-python@v5
2626
with:
27-
python-version: "3.13"
27+
python-version: "3.11"
2828
- name: Install Hatch
2929
run: |
3030
python -m pip install --upgrade hatch

0 commit comments

Comments
 (0)