ci: test oldest supported attrs

This commit is contained in:
Daniel Hahler
2019-10-06 16:00:54 +02:00
parent 8c9ea5e055
commit b0fd8742da
3 changed files with 5 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ from setuptools import setup
INSTALL_REQUIRES = [
"py>=1.5.0",
"packaging",
"attrs>=17.4.0",
"attrs>=17.4.0", # should match oldattrs tox env.
"more-itertools>=4.0.0",
"atomicwrites>=1.0",
'pathlib2>=2.2.0;python_version<"3.6"',