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.
1 parent d2c0d9c commit ee9a7a2Copy full SHA for ee9a7a2
.github/workflows/realease_pypi.yml
@@ -9,12 +9,12 @@ jobs:
9
runs-on: ubuntu-latest
10
11
steps:
12
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
13
14
- - name: Set up Python 3.7
15
- uses: actions/setup-python@v2
+ - name: Set up Python 3.13
+ uses: actions/setup-python@v5
16
with:
17
- python-version: '3.7'
+ python-version: '3.13'
18
19
- name: Install dependencies
20
run: |
0 commit comments