Skip to content

Commit f3605a5

Browse files
author
Jesse Whitehouse
committed
Add Python 3.11 to the unit testing matrix
Signed-off-by: Jesse Whitehouse <[email protected]>
1 parent eb2afdf commit f3605a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-quality-checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
python-version: [3.7, 3.8, 3.9, "3.10"]
8+
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
99
steps:
1010
#----------------------------------------------
1111
# check-out repo and set-up python

0 commit comments

Comments
 (0)