Skip to content

Commit 59261e0

Browse files
authored
Support Python 3.8 (#407)
* Support Python 3.8 * CI fixes * Literally more CI fixes * Please actually work
1 parent c633076 commit 59261e0

File tree

9 files changed

+379
-123
lines changed

9 files changed

+379
-123
lines changed

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ name = "pypi"
55

66
[dev-packages]
77
black = "*"
8+
docutils = "==0.15"
89
pytest-pycharm = "*"
910
sphinx = "*"
1011
sphinx-rtd-theme = "*"

Pipfile.lock

Lines changed: 60 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
VERSION = None
2222

2323
REQUIRED = [
24-
"astor",
24+
"astor>=0.8",
2525
"atomos",
2626
"attrs",
2727
"click",

0 commit comments

Comments
 (0)