Skip to content

Commit fa42be7

Browse files
authored
Remove upper pinning on tomli
the best practice is to only `<` when you know something is broken, and even then prefer `!=` assuming it will be fixed upstream for maximum compatibility
1 parent e86bf7f commit fa42be7

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
@@ -47,7 +47,7 @@ install_requires =
4747
packaging
4848
pluggy>=0.12,<1.0.0a1
4949
py>=1.8.2
50-
tomli>=1.0.0,<2.0.0
50+
tomli>=1.0.0
5151
atomicwrites>=1.0;sys_platform=="win32"
5252
colorama;sys_platform=="win32"
5353
importlib-metadata>=0.12;python_version<"3.8"

0 commit comments

Comments
 (0)