Skip to content

Commit

Permalink
Drop Python 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Apr 30, 2019
1 parent c75fdd7 commit b738d43
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 15 deletions.
12 changes: 4 additions & 8 deletions .travis.yml
@@ -1,16 +1,12 @@
language: python
sudo: false
dist: xenial
python:
- 2.7
- 3.4
- 3.5
- 3.6
- pypy
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
- 3.7
- pypy2.7-6.0.0
- pypy3.5-6.0.0
script:
- coverage run -m zope.testrunner --test-path=src --auto-color --auto-progress

Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -5,7 +5,7 @@
4.3.2 (unreleased)
==================

- Nothing changed yet.
- Drop support for Python 3.4.


4.3.1 (2018-10-19)
Expand Down
2 changes: 0 additions & 2 deletions appveyor.yml
Expand Up @@ -7,8 +7,6 @@ environment:
matrix:
- python: 27
- python: 27-x64
- python: 34
- python: 34-x64
- python: 35
- python: 35-x64
- python: 36
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Expand Up @@ -120,12 +120,11 @@ def _unavailable(self, e):
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Natural Language :: English',
'Operating System :: OS Independent',
'Topic :: Internet :: WWW/HTTP',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist =
py27,py34,py35,py36,py37,pypy,pypy3,coverage,docs
py27,py35,py36,py37,pypy,pypy3,coverage,docs

[testenv]
deps =
Expand Down

0 comments on commit b738d43

Please sign in to comment.