Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
Mark PyPy3 as unsupported for now
Browse files Browse the repository at this point in the history
I guess it doesn't have ipaddress in its stdlib yet? Should we bundle
a Py3 version of ipaddress as well?
  • Loading branch information
JordanMilne committed Oct 24, 2015
1 parent 0dd2bff commit a5ac84a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,6 @@ python:
- "3.4"
- "3.5"
- "pypy"
- "pypy3"
env:
- REQUESTS_PACKAGE="requests==2.8.1"
- REQUESTS_PACKAGE="requests==2.7.0"
Expand Down
1 change: 1 addition & 0 deletions TODO
@@ -1,2 +1,3 @@
* Proper proxy support
* Audit IPv6 support
* Figure out what to do about the ipaddress package on pypy3

0 comments on commit a5ac84a

Please sign in to comment.