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 cd4ba27 commit fb9a513Copy full SHA for fb9a513
.github/workflows/ci.yaml
@@ -17,7 +17,7 @@ jobs:
17
fail-fast: false
18
matrix:
19
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", ]
+ python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "3.15.0-alpha.1", "pypy3.9", "pypy3.10", ]
21
runs-on: ${{ matrix.os }}
22
steps:
23
- name: Check out repository
0 commit comments