Skip to content

Commit b983f9d

Browse files
committed
#7 drop python 2.7 & 3.5 support
1 parent 18f0518 commit b983f9d

File tree

4 files changed

+3
-13
lines changed

4 files changed

+3
-13
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ language: python
22

33
matrix:
44
include:
5-
- python: 2.7
6-
env: TOX_ENV=py27
7-
- python: 3.5
8-
env: TOX_ENV=py35
95
- python: 3.6
106
env: TOX_ENV=py36
117
- python: 3.7

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## [Unreleased]
44

5+
### Removed
6+
- Python 2.7 & 3.5 support
7+
58
### Fixed
69
- Fix not able to work with `pytest-xdist` plugin when `--dist loadfile` is set in configuration file (#5)
710

appveyor.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@
33

44
environment:
55
matrix:
6-
- PYTHON: "C:\\Python27"
7-
TOX_ENV: "py27"
8-
9-
- PYTHON: "C:\\Python35"
10-
TOX_ENV: "py35"
11-
126
- PYTHON: "C:\\Python36"
137
TOX_ENV: "py36"
148

setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,7 @@
3333
'Topic :: Software Development :: Testing',
3434
'Topic :: Software Development :: Quality Assurance',
3535
'Programming Language :: Python',
36-
'Programming Language :: Python :: 2',
37-
'Programming Language :: Python :: 2.7',
3836
'Programming Language :: Python :: 3',
39-
'Programming Language :: Python :: 3.5',
4037
'Programming Language :: Python :: 3.6',
4138
'Programming Language :: Python :: 3.7',
4239
'Programming Language :: Python :: 3.8',

0 commit comments

Comments
 (0)