Skip to content

Commit a6f76c8

Browse files
committed
Run CI on Python 3.11
As with `case-utils` PR 73. References: * casework/CASE-Utilities-Python#73 Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent 3447040 commit a6f76c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
matrix:
3333
python-version:
3434
- '3.7'
35-
- '3.10'
35+
- '3.11'
3636

3737
steps:
3838
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)