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 15ef04f commit 9cdc23eCopy full SHA for 9cdc23e
.github/workflows/tests.yml
@@ -42,10 +42,10 @@ jobs:
42
tox-env: ["black", "lint", "docs"]
43
steps:
44
- uses: actions/checkout@v2
45
- - name: Set up Python 3.8
+ - name: Set up Python 3.9
46
uses: actions/setup-python@v2
47
with:
48
- python-version: 3.8
+ python-version: 3.9
49
- name: Install dependencies
50
run: |
51
python -m pip install --upgrade pip
.readthedocs.yaml
@@ -3,7 +3,7 @@ version: 2
3
build:
4
os: "ubuntu-22.04"
5
tools:
6
- python: "3.8"
+ python: "3.9"
7
8
sphinx:
9
configuration: docs/conf.py
0 commit comments