Drop Python 3.5 support

This commit is contained in:
Sean Whalen
2020-11-25 09:36:39 -05:00
parent ddb007af13
commit 3f1e25e315
3 changed files with 3 additions and 8 deletions
-1
View File
@@ -4,7 +4,6 @@ os: linux
dist: focal
python:
- '3.5'
- '3.6'
- '3.7'
- '3.8'
+2 -1
View File
@@ -4,12 +4,13 @@ Changelog
6.12.0
------
- Limit output filename length to 100 charcters (PR #199)
- Limit output filename length to 100 characters (PR #199)
- Add basic auth support for Elasticsearch (PR #191)
- Fix Windows paths when searching for the GeoIP database (PR #190)
- Remove `six` requirement
- Require `mailsuite>=1.6.1`
- Require `dnspython>=2.0.0`
- Drop Python 3.5 support
6.11.0
------
+1 -6
View File
@@ -67,15 +67,10 @@ setup(
# that you indicate whether you support Python 2, Python 3 or both.
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.0',
'Programming Language :: Python :: 3.1',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'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',
],
# What does your project relate to?