Skip to content

Commit a5ccac7

Browse files
committed
feat: support python 3.8
1 parent aa93508 commit a5ccac7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
coveralls==1.2.0
2-
flake8==3.5.0
2+
flake8==3.7.9
33
flake8-per-file-ignores==0.6
44
future==0.17.1
55
graphene>=2.1.3,<3

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"Programming Language :: Python :: 3.4",
1818
"Programming Language :: Python :: 3.5",
1919
"Programming Language :: Python :: 3.6",
20+
"Programming Language :: Python :: 3.8",
2021
"Programming Language :: Python :: Implementation :: PyPy",
2122
"License :: OSI Approved :: MIT License",
2223
],

0 commit comments

Comments
 (0)