Skip to content

Commit fa1615c

Browse files
authored
Add Python 3.15 to CI as non-blocking (#688)
1 parent 218b913 commit fa1615c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ permissions:
1313
jobs:
1414
ci:
1515
runs-on: ubuntu-latest
16+
continue-on-error: ${{ matrix.python-version == '3.15' }}
1617
strategy:
1718
fail-fast: false
1819
matrix:
19-
python-version: ["3.12", "3.13", "3.14"]
20+
python-version: ["3.12", "3.13", "3.14", "3.15"]
2021

2122
steps:
2223
- name: Checkout Repository

0 commit comments

Comments
 (0)