diff --git a/.github/workflows/ubuntu20_python.yml b/.github/workflows/ubuntu20_python.yml index f2656c9..8c0175a 100644 --- a/.github/workflows/ubuntu20_python.yml +++ b/.github/workflows/ubuntu20_python.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.12"] steps: - uses: actions/checkout@v3 @@ -44,4 +44,4 @@ jobs: pytest -v - name: Test with jupyter notebooks run: | - pytest --nbmake experiments/jupyter/production/*.ipynb \ No newline at end of file + pytest --nbmake experiments/jupyter/production/*.ipynb