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 3a72e63 commit 4de3e07Copy full SHA for 4de3e07
1 file changed
setup.py
@@ -74,7 +74,7 @@
74
# This means, just install *everything* you see under trio/, even if it
75
# doesn't look like a source file, so long as it appears in MANIFEST.in:
76
include_package_data=True,
77
- python_requires=">=3.5.3",
+ python_requires=">=3.5.2", # temporary, for RTD
78
keywords=["async", "io", "trio", "asyncio", "trio-asyncio"],
79
setup_requires=['pytest-runner'],
80
tests_require=['pytest', 'outcome'],
0 commit comments