Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

Commit

Permalink
Drop support for Python 3.4.
Browse files Browse the repository at this point in the history
modified:   .travis.yml
modified:   CHANGES.rst
modified:   setup.py
modified:   tox.ini
  • Loading branch information
jugmac00 committed Apr 9, 2019
1 parent e702ca3 commit 6148ddf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
language: python
sudo: false

python:
- 2.7
- 3.4
- 3.5
- 3.6

install:
- pip install -U setuptools==33.1.1
- pip install zc.buildout
- buildout bootstrap
- buildout

script:
- bin/test -v1

notifications:
email: false

cache:
pip: true
directories:
Expand Down
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Changelog
=========

4.0.2 (unreleased)
5.0 (unreleased)
------------------

- Drop support for Python 3.4.

4.0.1 (2017-06-11)
------------------
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

from setuptools import setup, find_packages

__version__ = '4.0.2.dev0'
__version__ = '5.0.dev0'


setup(name='Products.OFSP',
Expand All @@ -39,7 +39,6 @@
"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 :: Implementation :: CPython",
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[tox]
envlist =
py27,
py34,
py35,
py36

Expand Down

0 comments on commit 6148ddf

Please sign in to comment.