Skip to content

Commit 39afb51

Browse files
authored
Specify attrs minimum required version
We use kw_only in attr.s which was added in 18.2.0 [1] https://github.com/python-attrs/attrs/blob/main/CHANGELOG.rst#1820-2018-09-01
1 parent 4bdd1d0 commit 39afb51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ setup_requires =
2828
setuptools >= 40.6
2929
pip >= 10
3030
install_requires =
31-
attrs
31+
attrs >= 18.2.0
3232
typing-extensions
3333

3434
[options.packages.find]

0 commit comments

Comments
 (0)