Skip to content

Commit

Permalink
Note explicit support for Python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars committed Nov 9, 2015
1 parent 66b3741 commit a5d5340
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
language: python
sudo: false
matrix:
include:
- python: 3.5
env: TOXENV=py35
env:
- TOXENV=py26
- TOXENV=py27
Expand Down
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Changes
------------------

- Add support for Python 3.2.
- Claim support for Python 3.5.


4.4.1 (2015-01-09)
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
``zope.annotation`` README
==========================

.. image:: https://pypip.in/version/zope.annotation/badge.svg?style=flat
.. image:: https://img.shields.io/pypi/v/zope.annotation.svg
:target: https://pypi.python.org/pypi/zope.annotation/
:alt: Latest Version

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def alltests():
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Natural Language :: English',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py26,py27,py32,py33,py34,pypy,pypy3,nobtree,coverage,docs
py26,py27,py32,py33,py34,py35,pypy,pypy3,nobtree,coverage,docs

[base]
deps =
Expand Down

0 comments on commit a5d5340

Please sign in to comment.