Skip to content

Commit c61d37d

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 c61d37d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
matrix:
3333
python-version:
34-
- '3.7'
34+
- '3.8'
3535
- '3.11'
3636

3737
steps:

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)