Skip to content

Commit c3732e1

Browse files
committed
Allow automatic mypy upgrades for mypy-1.0.x
Fixes #96
1 parent 6945ee0 commit c3732e1

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
@@ -27,7 +27,7 @@ packages =
2727
zope-stubs
2828
package_dir = =src
2929
install_requires =
30-
mypy==1.0.0
30+
mypy>=1.0.0,<1.1.0
3131
zope.interface
3232
zope.schema
3333
include_package_data = True

0 commit comments

Comments
 (0)