mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-06-07 03:09:44 +00:00
Drop Python 3.5 support
This commit is contained in:
@@ -4,7 +4,6 @@ os: linux
|
||||
dist: focal
|
||||
|
||||
python:
|
||||
- '3.5'
|
||||
- '3.6'
|
||||
- '3.7'
|
||||
- '3.8'
|
||||
|
||||
+2
-1
@@ -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
|
||||
------
|
||||
|
||||
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user