Loading .github/workflows/test-package.yml +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ jobs: strategy: matrix: runs-on: [ubuntu-latest, windows-latest, macos-latest] python-version: ['3.7', '3.8', '3.9', '3.10'] python-version: ['3.9', '3.10', '3.11', '3.12', '3.13'] runs-on: ${{matrix.runs-on}} 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"] - PYTHON_VERSION: ["3.9", "3.10", "3.11", "3.12", "3.13"] script: - python -m pip install . - python -m pip install pytest nbval Loading Loading
.github/workflows/test-package.yml +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ jobs: strategy: matrix: runs-on: [ubuntu-latest, windows-latest, macos-latest] python-version: ['3.7', '3.8', '3.9', '3.10'] python-version: ['3.9', '3.10', '3.11', '3.12', '3.13'] runs-on: ${{matrix.runs-on}} 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"] - PYTHON_VERSION: ["3.9", "3.10", "3.11", "3.12", "3.13"] script: - python -m pip install . - python -m pip install pytest nbval Loading