Skip to content

Commit 5b95def

Browse files
Add multiple python versions to CI tests
1 parent 57f61c1 commit 5b95def

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-tests-drafts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
16-
python-version: ["3.9"]
16+
python-version: ["3.9", "3.10", "3.11", "3.12"]
1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Set up Python using Miniconda

.github/workflows/ci-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
21-
python-version: ["3.9"]
21+
python-version: ["3.9", "3.10", "3.11", "3.12"]
2222
steps:
2323
- uses: actions/checkout@v2
2424
- name: Set up Python using Miniconda

0 commit comments

Comments
 (0)