Drop support for Python 3.5

This commit is contained in:
Simon Willison 2019-11-11 20:40:22 -08:00
commit 9ebc733c1c
2 changed files with 1 additions and 2 deletions

View file

@ -74,8 +74,8 @@ setup(
"Intended Audience :: End Users/Desktop",
"Topic :: Database",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.5",
],
)