Remove py 3.14 from the CI for now

It needs a few more changes
This commit is contained in:
Valentin Lorentz 2024-10-19 07:56:47 +02:00
parent a40d45cc83
commit 281ee63963

View File

@ -15,10 +15,6 @@ jobs:
strategy: strategy:
matrix: matrix:
include: include:
- python-version: "3.14.0-alpha.0"
with-opt-deps: true
runs-on: ubuntu-22.04
- python-version: "3.13.0" - python-version: "3.13.0"
with-opt-deps: true with-opt-deps: true
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04