Skip to content

Commit 9af0606

Browse files
committed
Expand tested Pythons
Signed-off-by: Alex Nelson <[email protected]>
1 parent f76a083 commit 9af0606

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@v3

0 commit comments

Comments
 (0)