We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0009b5e commit 4783611Copy full SHA for 4783611
2 files changed
.travis.yml
@@ -8,8 +8,6 @@ python:
8
- "pypy3"
9
matrix:
10
fast_finish: true
11
- allow_failures:
12
- - python: pypy3
13
install:
14
- pip install -r requirements-dev.txt
15
script:
README.rst
@@ -109,6 +109,7 @@ Changelog
109
* Fixed a bug with binary strings as property values being converted to False
110
(https://github.com/jstasiak/python-zeroconf/pull/10)
111
* Added new ``ServiceBrowser`` event handler interface (see the examples)
112
+* Pypy3 now officially supported
113
114
0.16.0
115
------
0 commit comments