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 7, 2015
1 parent 36a65a0 commit 8dae61f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ python:
- 2.7
- 3.2
- 3.3
- 3.4
- 3.5
- pypy
- pypy3
install:
- pip install . --use-mirrors
- pip install .
script:
- python setup.py test -q
notifications:
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Changes
4.4.3 (unreleased)
------------------

- TBD
- Claim support for Python 3.5.


4.4.2 (2014-09-04)
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.schema``
===============

.. image:: https://pypip.in/version/zope.schema/badge.svg?style=flat
.. image:: https://img.shields.io/pypi/v/zope.schema.svg
:target: https://pypi.python.org/pypi/zope.schema/
: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 @@ -106,6 +106,7 @@ def emit(self, record):
"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",
"Framework :: Zope3",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ envlist =
# Jython support pending 2.7 support, due 2012-07-15 or so. See:
# http://fwierzbicki.blogspot.com/2012/03/adconion-to-fund-jython-27.html
# py26,py27,py32,jython,pypy,coverage
py26,py27,py32,py33,py34,pypy,coverage,docs
py26,py27,py32,py33,py34,py35,pypy,pypy3,coverage,docs

[testenv]
deps =
Expand Down

0 comments on commit 8dae61f

Please sign in to comment.