Skip to content

Commit 42c1e82

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

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
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
python-version:
27-
- '3.8'
27+
- '3.9'
2828
- '3.11'
2929

3030
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)