Skip to content

Commit

Permalink
Python 3.5 is supported :-)
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed May 31, 2016
1 parent 2ff0b49 commit ff784a4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ python:
- "2.6"
- "2.7"
- "3.4"
- "3.5"
- "pypy"
install:
- pip install coveralls
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ property-manager: Useful property variants for Python programming

The `property-manager` package defines several custom property_ variants for
Python programming including required properties, writable properties, cached
properties, etc. It's currently tested on Python 2.6, 2.7, 3.4 and PyPy. For
usage instructions please refer to the documentation_.
properties, etc. It's currently tested on Python 2.6, 2.7, 3.4, 3.5 and PyPy.
For usage instructions please refer to the documentation_.

.. contents::
:local:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Documentation :: Sphinx',
'Topic :: Software Development',
'Topic :: Software Development :: Documentation',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# directory.

[tox]
envlist = py26, py27, py34, pypy
envlist = py26, py27, py34, py35, pypy

[testenv]
deps =
Expand Down

0 comments on commit ff784a4

Please sign in to comment.