Skip to content

Commit

Permalink
Remove pypy3 support since it has isn't stable and no one uses it
Browse files Browse the repository at this point in the history
  • Loading branch information
wbond committed Jul 26, 2016
1 parent 29e28cf commit 2474f08
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ matrix:
- os: linux
language: python
python: "pypy"
- os: linux
language: python
python: "pypy3"
install:
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then
if [ "$TRAVIS_PYTHON_VERSION" == "pypy" ]; then
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A compilation-free, always up-to-date encryption library for Python that works
on Windows, OS X, Linux and BSD. Supports the following versions of Python:
2.6, 2.7, 3.2, 3.3, 3.4, 3.5, pypy and pypy3.
2.6, 2.7, 3.2, 3.3, 3.4, 3.5 and pypy.

- [Supported Operating Systems](#supported-operationg-systems)
- [Features](#features)
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,py32,py33,py34,py35,pypy,pypy3
envlist = py26,py27,py32,py33,py34,py35,pypy

[testenv]
deps = asn1crypto
Expand Down

0 comments on commit 2474f08

Please sign in to comment.