Skip to content

Commit

Permalink
Drop support for Python 3.3 and 3.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Jun 15, 2018
1 parent e8b266e commit 7533e75
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -2,8 +2,6 @@
language: python
python:
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
- pypy-5.4.1
Expand Down
6 changes: 3 additions & 3 deletions CHANGES.rst
Expand Up @@ -2,10 +2,10 @@
CHANGES
=======

5.2.5 (unreleased)
------------------
5.3 (unreleased)
----------------

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


5.2.4 (2017-11-24)
Expand Down
4 changes: 1 addition & 3 deletions setup.py
Expand Up @@ -27,7 +27,7 @@

setup(
name='zope.testbrowser',
version='5.2.5.dev0',
version='5.3.dev0',
url='https://github.com/zopefoundation/zope.testbrowser',
license='ZPL 2.1',
description='Programmable browser for functional black-box tests',
Expand All @@ -39,8 +39,6 @@
'Intended Audience :: Developers',
'License :: OSI Approved :: Zope Public License',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: CPython',
Expand Down
2 changes: 0 additions & 2 deletions tox.ini
@@ -1,8 +1,6 @@
[tox]
envlist =
py27,
py33,
py34,
py35,
py36,
pypy,
Expand Down

0 comments on commit 7533e75

Please sign in to comment.