Update documentation for 0.3.0 release, restrict support to python 3.8+ because earlier pythons are no longer supported upstream anyway

This commit is contained in:
Garret Wassermann
2021-10-17 23:49:16 -04:00
parent 0be0e279b7
commit 122d8f7b6a
8 changed files with 21 additions and 33 deletions

View File

@ -4,7 +4,7 @@ from distutils.util import convert_path
from fnmatch import fnmatchcase
from setuptools import setup, find_packages
version = '0.3.0b5'
version = '0.3.0'
# Provided as an attribute, so you can append to these instead
# of replicating them:
@ -124,10 +124,9 @@ setup(
"Development Status :: 4 - Beta",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Framework :: Django",
'Framework :: Django :: 2.2',
"Framework :: Django :: 3.0",