Skip to content

Commit ea9c5da

Browse files
committed
Update Python support to reflect coming 3.7 EOL
This is similar in purpose to this PR merged into the pending `case-utils` release: References: * casework/CASE-Utilities-Python#99 Signed-off-by: Alex Nelson <[email protected]>
1 parent 31f3e3d commit ea9c5da

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
@@ -23,7 +23,7 @@ install_requires =
2323
prov
2424
pydot
2525
packages = find:
26-
python_requires = >=3.7
26+
python_requires = >=3.8
2727

2828
[options.entry_points]
2929
console_scripts =

0 commit comments

Comments
 (0)