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 08b6e02 + 4e950d4 commit e82a6beCopy full SHA for e82a6be
.github/workflows/python-publish.yaml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Python
20
uses: actions/setup-python@v5
21
with:
22
- python-version: '3.10'
+ python-version: '3.x'
23
- name: Install dependencies
24
run: |
25
python -m pip install --upgrade pip
.github/workflows/pythonpackage.yaml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
strategy:
15
matrix:
16
- python-version: ["3.10"]
+ python-version: ["3.12"]
17
defaults:
18
run:
shell: bash
@@ -43,7 +43,7 @@ jobs:
43
44
45
46
47
48
49
0 commit comments