We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5e8af0 commit b401024Copy full SHA for b401024
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
fail-fast: false
16
matrix:
17
# https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
18
- python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13.0-rc.1']
+ python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14.0-rc.2']
19
name: Python ${{ matrix.python-version }}
20
steps:
21
- uses: actions/checkout@v4
0 commit comments