Skip to content

Commit c35d8ea

Browse files
committed
Add python-3.13 to CI
1 parent 2d2db03 commit c35d8ea

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/workflows/btest.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ jobs:
1212
Run-BTest:
1313
strategy:
1414
matrix:
15-
python-version: ["3.9", "3.10", "3.11", "3.12"]
15+
python-version:
16+
- "3.9"
17+
- "3.10"
18+
- "3.11"
19+
- "3.12"
20+
- "3.13"
1621
os: [macos-latest, ubuntu-latest, windows-latest]
1722

1823
runs-on: ${{ matrix.os }}
@@ -53,7 +58,12 @@ jobs:
5358
Test-SetupPY:
5459
strategy:
5560
matrix:
56-
python-version: ["3.9", "3.10", "3.11", "3.12"]
61+
python-version:
62+
- "3.9"
63+
- "3.10"
64+
- "3.11"
65+
- "3.12"
66+
- "3.13"
5767
os: [ubuntu-latest]
5868

5969
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)