We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e2c857 + 5025ab2 commit e8cc8b5Copy full SHA for e8cc8b5
.github/workflows/python-package-deploy.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/checkout@v4
18
- name: Set up Python 3.11
19
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
20
with:
21
python-version: "3.13"
22
- name: Install pypa/build
.github/workflows/python-test.yml
@@ -40,7 +40,7 @@ jobs:
40
41
# general Python setup
42
- name: Set up Python ${{ matrix.py-version }}
43
44
45
python-version: ${{ matrix.py-version }}
46
0 commit comments