Skip to content

Commit ee83bfd

Browse files
authored
Merge pull request #73 from casework/run_ci_on_python_3_11
Run CI on Python 3.11
2 parents 0173443 + 1dac4bd commit ee83bfd

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)