Skip to content

Commit b8ebb99

Browse files
committed
Require Python >= 3.9
References: * casework/CASE-Utilities-Python#127 Signed-off-by: Alex Nelson <[email protected]>
1 parent e47c9d8 commit b8ebb99

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cicd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
matrix:
3333
python-version:
34-
- '3.8'
34+
- '3.9'
3535
- '3.11'
3636

3737
steps:

.github/workflows/supply-chain.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
matrix:
2727
python-version:
28-
- '3.8'
28+
- '3.9'
2929
- '3.11'
3030

3131
steps:

setup.cfg

+1-1
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.8
26+
python_requires = >=3.9
2727

2828
[options.entry_points]
2929
console_scripts =

0 commit comments

Comments
 (0)