Skip to content

Commit

Permalink
Merge pull request #206 from ChanTsune/feature/drop-python3.6-3.7
Browse files Browse the repository at this point in the history
Drop python 3.6, 3.7 support
  • Loading branch information
ChanTsune authored Jan 23, 2022
2 parents 9aa0387 + 778ff5d commit 986a637
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,9 @@ def read(fname):
classifiers=[
'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 :: 3.0',
'Framework :: Django :: 3.1',
Expand Down

0 comments on commit 986a637

Please sign in to comment.