Skip to content

Commit 1f5bac2

Browse files
committed
chore: Update python versions support
1 parent 7e1b3f1 commit 1f5bac2

File tree

3 files changed

+203
-51
lines changed

3 files changed

+203
-51
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
1111
strategy:
1212
matrix:
13-
python-version: ["3.11"]
13+
python-version: ["3.9","3.10","3.11"]
1414
# run the matrix jobs one after the other so they can benefit from caching
15-
max-parallel: 1
15+
max-parallel: 3
1616

1717
steps:
1818
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)