Skip to content

Commit

Permalink
Support PyPy3 (#23)
Browse files Browse the repository at this point in the history
* Support PyPy3
  • Loading branch information
Michael Howitz committed Oct 10, 2017
1 parent e922713 commit 4e8a4e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,7 @@ python:
- 3.5
- 3.6
- pypy
- pypy3
install:
- pip install -U setuptools==$(awk '$1 == "setuptools" {print $3}' ztk-versions.cfg)
- pip install -U six==$(awk '$1 == "six" {print $3}' ztk-versions.cfg)
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -30,7 +30,7 @@ You should follow these in most cases.
Python versions
---------------

The ZTK supports CPython 2.7, 3.4, 3.5, 3.6 and PyPy.
The ZTK supports CPython 2.7, 3.4, 3.5, 3.6, PyPy and PyPy3.


Documentation
Expand Down

0 comments on commit 4e8a4e0

Please sign in to comment.