Drop support for Python 3.5

uvicorn-0-10-4
Simon Willison 2019-11-11 20:40:22 -08:00
rodzic 823614cbfe
commit 9ebc733c1c
2 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -6,7 +6,6 @@ python:
- "3.6"
- "3.7"
- "3.8"
- "3.5"
# Executed for 3.5 AND 3.5 as the first "test" stage:
script:

Wyświetl plik

@ -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",
],
)