From 3d8c888a79ba4a0620bf6e5d9b7421f16fe434b7 Mon Sep 17 00:00:00 2001 From: Abhinav kumar <126642111+Abhinavcode13@users.noreply.github.com> Date: Mon, 8 Jul 2024 09:23:14 +0530 Subject: [PATCH] Update to 3.12 --- .github/workflows/ubuntu20_python.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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