Skip to content

Commit 33f2dfa

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,10 @@ jobs:
4848
matrix:
4949
# Test oldest and most current supported versions, per:
5050
# https://www.python.org/downloads/
51+
# and:
52+
# https://github.com/casework/CASE-Utilities-Python/blob/main/setup.cfg
5153
python-version:
52-
- '3.8'
54+
- '3.9'
5355
- '3.11'
5456
steps:
5557

0 commit comments

Comments
 (0)