Skip to content

Commit 2ca5039

Browse files
authored
possibly fix rtd (#504)
1 parent 581e24a commit 2ca5039

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.black]
22
line-length = 160
3-
target-version = ["py37", "py38"]
3+
target-version = ["py37", "py38", "py39"]
44
include = '\.(wsgi|pyi?)$'
55
exclude = '''
66
/(

readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ requirements_file: requirements-docs.txt
22
build:
33
image: latest
44
python:
5-
version: 3.6
5+
version: 3.8
66
setup_py_install: true

0 commit comments

Comments
 (0)