Skip to content

Commit 5c58566

Browse files
authored
fix: Docs building (#96)
* chore: Update Python to 3.10 in the Github Actions * fix: Ensure correct YAML types
1 parent 02484da commit 5c58566

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Python 🐍
1818
uses: actions/setup-python@v4
1919
with:
20-
python-version: 3.9
20+
python-version: '3.10'
2121
architecture: x64
2222
cache: 'pip'
2323
cache-dependency-path: 'setup.cfg'

.github/workflows/publish-pypi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Python 🐍
2121
uses: actions/setup-python@v4
2222
with:
23-
python-version: 3.9
23+
python-version: '3.10'
2424
architecture: x64
2525
cache: 'pip'
2626
cache-dependency-path: 'setup.cfg'

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Python 🐍
2828
uses: actions/setup-python@v4
2929
with:
30-
python-version: 3.9
30+
python-version: '3.10'
3131
architecture: x64
3232
cache: 'pip'
3333
cache-dependency-path: 'setup.cfg'

0 commit comments

Comments
 (0)