Skip to content

Commit c3ff710

Browse files
committed
Add 3.15-dev
1 parent 6fa929c commit c3ff710

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run_checks_build_and_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Build wheel from the project repo
3939
uses: ./.github/actions/build_wheel_and_sdist
4040

41-
test_on_supported_Pythons:
41+
test_on_all_platforms:
4242
needs: build_wheel_and_sdist
4343
strategy:
4444
fail-fast: false
@@ -50,6 +50,7 @@ jobs:
5050
"3.12",
5151
"3.13",
5252
"3.14",
53+
"3.15-dev",
5354
]
5455
os: [
5556
"macos-latest",

0 commit comments

Comments
 (0)