Skip to content

Commit c22faab

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
matrix:
2828
python-version:
29-
- '3.8'
29+
- '3.9'
3030
- '3.11'
3131

3232
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
@@ -20,7 +20,7 @@ install_requires =
2020
case_utils >= 0.11.0, < 0.12.0
2121
python-dateutil
2222
packages = find:
23-
python_requires = >=3.8
23+
python_requires = >=3.9
2424

2525
[options.entry_points]
2626
console_scripts =

0 commit comments

Comments
 (0)