Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ stages: stage: test parallel: matrix: - PYTHON_VERSION: ["3.9", "3.10", "3.11", "3.12", "3.13"] - PYTHON_VERSION: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] script: - python -m pip install . - python -m pip install pytest nbval Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ stages: stage: test parallel: matrix: - PYTHON_VERSION: ["3.9", "3.10", "3.11", "3.12", "3.13"] - PYTHON_VERSION: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] script: - python -m pip install . - python -m pip install pytest nbval Loading