Skip to content

Commit 60d6f94

Browse files
Enable CI testing for all supported python versions (#8321)
1 parent 63020fd commit 60d6f94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: ubuntu-latest
5151
strategy:
5252
matrix:
53-
python-version: ["3.11"]
53+
python-version: ["3.10", "3.11", "3.12", "3.13"]
5454
steps:
5555
- uses: actions/checkout@v4
5656
- uses: actions/setup-python@v5
@@ -93,7 +93,7 @@ jobs:
9393
runs-on: ubuntu-latest
9494
strategy:
9595
matrix:
96-
python-version: ["3.11"]
96+
python-version: ["3.10", "3.11", "3.12", "3.13"]
9797
steps:
9898
- uses: actions/checkout@v4
9999
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)