We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 218b913 commit fa1615cCopy full SHA for fa1615c
1 file changed
.github/workflows/ci.yml
@@ -13,10 +13,11 @@ permissions:
13
jobs:
14
ci:
15
runs-on: ubuntu-latest
16
+ continue-on-error: ${{ matrix.python-version == '3.15' }}
17
strategy:
18
fail-fast: false
19
matrix:
- python-version: ["3.12", "3.13", "3.14"]
20
+ python-version: ["3.12", "3.13", "3.14", "3.15"]
21
22
steps:
23
- name: Checkout Repository
0 commit comments