Skip to content

Commit 4783611

Browse files
committed
Advertise pypy3 support
1 parent 0009b5e commit 4783611

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ python:
88
- "pypy3"
99
matrix:
1010
fast_finish: true
11-
allow_failures:
12-
- python: pypy3
1311
install:
1412
- pip install -r requirements-dev.txt
1513
script:

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ Changelog
109109
* Fixed a bug with binary strings as property values being converted to False
110110
(https://github.com/jstasiak/python-zeroconf/pull/10)
111111
* Added new ``ServiceBrowser`` event handler interface (see the examples)
112+
* Pypy3 now officially supported
112113

113114
0.16.0
114115
------

0 commit comments

Comments
 (0)