Skip to content

Commit 172097a

Browse files
committed
Expand testing to current Pythons less 3.7
References: * casework/CASE-Utilities-Python#99 Signed-off-by: Alex Nelson <[email protected]>
1 parent 942d34c commit 172097a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ jobs:
2323
runs-on: ubuntu-latest
2424
strategy:
2525
matrix:
26-
python-version: [3.8]
26+
python-version:
27+
- '3.8'
28+
- '3.11'
2729

2830
steps:
2931
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)