Skip to content

Commit

Permalink
Remove Python 3.5 support from trove classifiers; we'll start using f…
Browse files Browse the repository at this point in the history
…-strings soon.
  • Loading branch information
FlipperPA committed Jan 13, 2021
1 parent 86d002d commit 7938108
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -18,16 +18,16 @@
use_scm_version=True,
install_requires=["django-click"],
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Environment :: Web Environment",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Framework :: Django",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
Expand Down

0 comments on commit 7938108

Please sign in to comment.