Skip to content

Commit 6399198

Browse files
committed
Update supported versions
1 parent 3995fa8 commit 6399198

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ python:
66
- 3.4
77
- 3.5
88
- pypy
9+
- pypy3
910
install:
1011
- pip install -e ".[test]"
1112
script:

docs/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ You can install ``validators`` using pip::
3232
pip install validators
3333

3434

35-
Currently ``validators`` supports python versions 2.6, 2.7, 3.3 and 3.4.
35+
Currently ``validators`` supports python versions 2.6, 2.7, 3.3, 3.4, 3.5 and
36+
PyPy.
3637

3738

3839
Basic validators

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ def get_version():
6767
'Programming Language :: Python :: 3',
6868
'Programming Language :: Python :: 3.3',
6969
'Programming Language :: Python :: 3.4',
70+
'Programming Language :: Python :: 3.5',
7071
'Programming Language :: Python :: Implementation :: CPython',
7172
'Programming Language :: Python :: Implementation :: PyPy',
7273
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',

0 commit comments

Comments
 (0)