Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9cdc23e

Browse files
committed
Use Python 3.9 for build
1 parent 15ef04f commit 9cdc23e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ jobs:
4242
tox-env: ["black", "lint", "docs"]
4343
steps:
4444
- uses: actions/checkout@v2
45-
- name: Set up Python 3.8
45+
- name: Set up Python 3.9
4646
uses: actions/setup-python@v2
4747
with:
48-
python-version: 3.8
48+
python-version: 3.9
4949
- name: Install dependencies
5050
run: |
5151
python -m pip install --upgrade pip

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
build:
44
os: "ubuntu-22.04"
55
tools:
6-
python: "3.8"
6+
python: "3.9"
77

88
sphinx:
99
configuration: docs/conf.py

0 commit comments

Comments
 (0)