summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml5
-rwxr-xr-xsetup.py3
2 files changed, 3 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 55a0f114..e2014b8c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,6 @@ sudo: True
dist: xenial
python:
- - "3.5"
- "3.6"
- "3.7"
@@ -76,10 +75,10 @@ install:
- pip install urwidtrees
- pip install configobj
- pip install gpg
- - pip install twisted
+ - pip install twisted
- pip install python-magic
- - |
+ - |
set -e
if [[ $JOB = docs ]]; then
# install sphinx (only used to build docs)
diff --git a/setup.py b/setup.py
index ebe94626..bed8e322 100755
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,6 @@ setup(
'License :: OSI Approved'
':: GNU General Public License v3 or later (GPLv3+)'),
'Operating System :: POSIX',
- 'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3 :: Only',
@@ -55,5 +54,5 @@ setup(
],
provides=['alot'],
test_suite="tests",
- python_requires=">=3.5",
+ python_requires=">=3.6",
)