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 92f372b commit ed72333Copy full SHA for ed72333
.github/workflows/doc.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: "Set up Python"
19
uses: actions/setup-python@v1
20
with:
21
- python-version: 3.8
+ python-version: 3.12.8
22
23
- name: "Install Python dependencies"
24
run: |
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v3
14
- uses: actions/setup-python@v4
15
16
- python-version: '3.10'
+ python-version: '3.11'
17
- name: Install dependencies
run: pip install wheel
- name: Build wheel
@@ -29,7 +29,7 @@ jobs:
29
30
31
32
33
- name: Build sdist
34
run: python setup.py sdist
35
- uses: actions/upload-artifact@v3
0 commit comments