We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3e7714 commit 95c22a2Copy full SHA for 95c22a2
pydispatch/utils.py
@@ -11,7 +11,7 @@
11
if not PY2:
12
basestring = str
13
14
-AIO_AVAILABLE = sys.version_info >= (3, 4)
+AIO_AVAILABLE = sys.version_info >= (3, 5)
15
16
def get_method_vars(m):
17
if PY2:
tests/conftest.py
@@ -1,7 +1,7 @@
1
import sys
2
import pytest
3
4
5
6
collect_ignore = []
7
if not AIO_AVAILABLE:
0 commit comments