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 ad99eca commit 0ff6807Copy full SHA for 0ff6807
.github/workflows/build.yml
@@ -22,10 +22,11 @@ jobs:
22
awk -F '\/' '{ print tolower($2) }' |
23
tr '_' '-'
24
)
25
- - name: Set up Python 3.x
+ - name: Set up Python 3.11
26
+ # Hard code to 3.11 to fix setuptools bug in 3.12
27
uses: actions/setup-python@v2
28
with:
- python-version: "3.x"
29
+ python-version: "3.11"
30
- name: Versions
31
run: |
32
python3 --version
.readthedocs.yaml
@@ -9,7 +9,7 @@
9
version: 2
10
11
build:
12
- os: ubuntu-20.04
+ os: ubuntu-latest
13
tools:
14
python: "3"
15
0 commit comments