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 37dd2c6 commit 96e1fd4Copy full SHA for 96e1fd4
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
fail-fast: false
22
matrix:
23
os: ['ubuntu-latest', 'windows-2022', 'macos-13']
24
- python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14.0-alpha.7', 'pypy3.9-v7.3.16', 'pypy3.10-v7.3.17']
+ python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14.0-rc.2', 'pypy3.9-v7.3.16', 'pypy3.10-v7.3.17']
25
26
name: "Python ${{ matrix.python }} / ${{ matrix.os }}"
27
runs-on: ${{ matrix.os }}
0 commit comments