Skip to content

Commit 588303b

Browse files
committed
[ci] test: add 3.9 python version
1 parent 8d1b9ef commit 588303b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
strategy:
2626
matrix:
27-
python-version: [ 3.11 ]
27+
python-version: [ 3.11, 3.9 ]
2828

2929
steps:
3030
- uses: actions/checkout@v3
@@ -61,7 +61,7 @@ jobs:
6161
runs-on: windows-latest
6262
strategy:
6363
matrix:
64-
python-version: [ 3.11 ]
64+
python-version: [ 3.11, 3.9 ]
6565

6666
steps:
6767
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)