We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cc1845 commit 3e76d33Copy full SHA for 3e76d33
.github/workflows/publish-to-pypi.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Set up Python
15
uses: actions/setup-python@v3
16
with:
17
- python-version: '3.x'
+ python-version: '3.13'
18
- name: Install dependencies
19
run: |
20
python -m pip install --upgrade pip
0 commit comments