Commit 57993ffb authored by Asitha Senanayake's avatar Asitha Senanayake
Browse files

build: update CI pipelines to include Python 3.13

parent 2bc84184
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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}}

+1 −1
Original line number Diff line number Diff line
@@ -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