We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d2db03 commit c35d8eaCopy full SHA for c35d8ea
.github/workflows/btest.yml
@@ -12,7 +12,12 @@ jobs:
12
Run-BTest:
13
strategy:
14
matrix:
15
- python-version: ["3.9", "3.10", "3.11", "3.12"]
+ python-version:
16
+ - "3.9"
17
+ - "3.10"
18
+ - "3.11"
19
+ - "3.12"
20
+ - "3.13"
21
os: [macos-latest, ubuntu-latest, windows-latest]
22
23
runs-on: ${{ matrix.os }}
@@ -53,7 +58,12 @@ jobs:
53
58
Test-SetupPY:
54
59
55
60
56
61
62
63
64
65
66
57
67
os: [ubuntu-latest]
68
69
0 commit comments