diff options
-rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -37,6 +37,7 @@ setup( package_data={ 'crocoite': ['data/*'], }, - setup_requires=["pytest-runner"], + setup_requires=['pytest-runner'], tests_require=["pytest", 'pytest-asyncio', 'pytest-cov', 'hypothesis'], + python_requires='>=3.6', ) |