Skip to content

Commit e629a20

Browse files
committed
ci: added more python versions to pytest
1 parent ff5acae commit e629a20

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ jobs:
7878

7979
needs: [install-job]
8080

81+
strategy:
82+
matrix:
83+
python-version: ["3.12", "3.13", "3.14"]
84+
8185
steps:
8286
- uses: actions/checkout@v4
8387

@@ -86,7 +90,7 @@ jobs:
8690
with:
8791
enable-cache: true
8892
cache-dependency-glob: "pyproject.toml"
89-
python-version: "3.12"
93+
python-version: "${{ matrix.python-version }}"
9094

9195
- name: install dependencies
9296
run: |

0 commit comments

Comments
 (0)