Skip to content

Commit 4de3e07

Browse files
committed
hack min version
RTD has 3.5.2
1 parent 3a72e63 commit 4de3e07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
# This means, just install *everything* you see under trio/, even if it
7575
# doesn't look like a source file, so long as it appears in MANIFEST.in:
7676
include_package_data=True,
77-
python_requires=">=3.5.3",
77+
python_requires=">=3.5.2", # temporary, for RTD
7878
keywords=["async", "io", "trio", "asyncio", "trio-asyncio"],
7979
setup_requires=['pytest-runner'],
8080
tests_require=['pytest', 'outcome'],

0 commit comments

Comments
 (0)