diff --git a/.travis.yml b/.travis.yml index cf58158..eabf9e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ os: linux dist: focal python: - - '3.5' - '3.6' - '3.7' - '3.8' diff --git a/CHANGELOG.md b/CHANGELOG.md index d5759a9..e4e8506 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ------ diff --git a/setup.py b/setup.py index 1a70332..6faaf91 100644 --- a/setup.py +++ b/setup.py @@ -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?