Skip to content

Commit

Permalink
Add python-3.13 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bbannier committed Dec 5, 2024
1 parent 2027c92 commit 5adab16
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/btest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ jobs:
Run-BTest:
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "3.13"
os: [macos-latest, ubuntu-latest, windows-latest]

runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -53,7 +58,12 @@ jobs:
Test-SetupPY:
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "3.13"
os: [ubuntu-latest]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 5adab16

Please sign in to comment.