Skip to content

Commit d4e3c0e

Browse files
committed
Merge branch 'master' of github.com:i2mint/i2
2 parents d55cd58 + bfefe3a commit d4e3c0e

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)