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 e51c4fa commit 97b6d74Copy full SHA for 97b6d74
CHANGELOG
@@ -1,5 +1,6 @@
1
## Apr 28, 2020 - 1.3.0
2
- Drop six dependency
3
+- Add 3.8 support
4
5
## Apr 17, 2020 - 1.2.2
6
- Fix version number
setup.py
@@ -69,6 +69,7 @@ def run_tests(self):
69
"Programming Language :: Python :: 3.5",
70
"Programming Language :: Python :: 3.6",
71
"Programming Language :: Python :: 3.7",
72
+ "Programming Language :: Python :: 3.8",
73
"Topic :: Software Development :: Libraries :: Python Modules",
74
],
75
)
0 commit comments