Skip to content

Commit 091d23a

Browse files
authored
🔧 MAINTAIN: Update attrs minimum version
`value_serializer` has been supported since this version (see: python-attrs/attrs#653)
1 parent 5f0cbdc commit 091d23a

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
@@ -29,7 +29,7 @@ project_urls =
2929
[options]
3030
packages = find:
3131
install_requires =
32-
attrs>=19.2,<22
32+
attrs>=20.3,<22
3333
click~=7.1
3434
pyyaml
3535
sphinx>=3,<5

0 commit comments

Comments
 (0)