Skip to content

Commit fb9a513

Browse files
committed
Use specific py3.15 version
1 parent cd4ba27 commit fb9a513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [ubuntu-22.04, ubuntu-24.04, macos-15, macos-14, windows-2022]
20-
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "3.15", "pypy3.9", "pypy3.10", ]
20+
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "3.15.0-alpha.1", "pypy3.9", "pypy3.10", ]
2121
runs-on: ${{ matrix.os }}
2222
steps:
2323
- name: Check out repository

0 commit comments

Comments
 (0)