Commit 1d42804b authored by Asitha Senanayake's avatar Asitha Senanayake
Browse files

test: add Python 3.14 to gitlab-ci testing

parent f202dd7b
Loading
Loading
Loading
Loading
+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", "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