Skip to content

Commit bfefe3a

Browse files
authored
Support multiple Python versions in CI workflow
1 parent 0e72e58 commit bfefe3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: ['3.12']
13+
python-version: ["3.10", "3.12"]
1414
steps:
1515
- uses: actions/checkout@v2
1616

@@ -56,7 +56,7 @@ jobs:
5656
runs-on: ubuntu-latest
5757
strategy:
5858
matrix:
59-
python-version: ['3.12']
59+
python-version: ["3.10", "3.12"]
6060
steps:
6161
- uses: actions/checkout@v3
6262
with:

0 commit comments

Comments
 (0)