File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 9
9
env : TOXENV=docs
10
10
- python : ' 2.7'
11
11
env : TOXENV=py27-pytestrelease
12
- - python : ' 3.3'
13
- env : TOXENV=py33-pytestrelease
14
12
- python : ' 3.4'
15
13
env : TOXENV=py34-pytestrelease
16
14
- python : ' 3.5'
Original file line number Diff line number Diff line change 1
1
0.6.0
2
2
-----
3
3
4
- - Drop support for EOL Python 2.6 in PR `#103 `_.
4
+ - Drop support for EOL Python 2.6 and 3.3 in PR `#103 `_.
5
5
6
6
.. _#103 : https://github.com/pytest-dev/pluggy/pull/103
7
7
Original file line number Diff line number Diff line change 14
14
'Programming Language :: Python :: Implementation :: CPython' ,
15
15
'Programming Language :: Python :: Implementation :: PyPy' ] + [
16
16
('Programming Language :: Python :: %s' % x ) for x in
17
- '2 2.7 3 3.3 3. 4 3.5 3.6' .split ()]
17
+ '2 2.7 3 3.4 3.5 3.6' .split ()]
18
18
19
19
with open ('README.rst' ) as fd :
20
20
long_description = fd .read ()
You can’t perform that action at this time.
0 commit comments