Skip to content

Commit 16f10e7

Browse files
committed
Drop support for Python 3.4
1 parent 5848588 commit 16f10e7

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ jobs:
44
include:
55
- env: TOXENV=py27
66
python: '2.7'
7-
- env: TOXENV=py34
8-
python: '3.4'
97
- env: TOXENV=py35
108
python: '3.5'
119
- env: TOXENV=py36

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.2.0
2+
3+
- `pytest-cpp` no longer supports Python 3.4.
4+
15
# 1.1.0
26

37
- New `cpp_arguments` ini option allows customization of the command-line

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
'Programming Language :: Python :: 2',
2929
'Programming Language :: Python :: 2.7',
3030
'Programming Language :: Python :: 3',
31-
'Programming Language :: Python :: 3.4',
3231
'Programming Language :: Python :: 3.5',
3332
'Programming Language :: Python :: 3.6',
3433
'Programming Language :: Python :: 3.7',

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{27,34,35,36,37,38}
2+
envlist = py{27,35,36,37,38}
33

44
[testenv]
55
deps=

0 commit comments

Comments
 (0)