Skip to content

Commit 3e76d33

Browse files
committed
make pipeline work with 3.13
1 parent 3cc1845 commit 3e76d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Python
1515
uses: actions/setup-python@v3
1616
with:
17-
python-version: '3.x'
17+
python-version: '3.13'
1818
- name: Install dependencies
1919
run: |
2020
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)