Skip to content

Commit 3537c84

Browse files
committed
Update Python range to >= 3.10, per 3.9 EOL
No effects were observed on Make-managed files. This was missed in commit 877b5f1. References: * https://peps.python.org/pep-0596/ Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent b7bd7ba commit 3537c84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ classifiers =
3131
install_requires =
3232
case_utils >= 0.17.0, < 0.18.0
3333
packages = find:
34-
python_requires = >=3.9
34+
python_requires = >=3.10
3535

3636
[options.entry_points]
3737
console_scripts =

0 commit comments

Comments
 (0)