We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aaa9feb + da8a779 commit 5360305Copy full SHA for 5360305
.github/workflows/pypi-publish.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- uses: actions/checkout@v5
22
- name: Set up Python
23
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
24
with:
25
python-version: '3.x'
26
- name: Install dependencies
.github/workflows/tests.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
- name: Set up Python 3.10
python-version: "3.13"
0 commit comments