From 8f86bd252de6fc787826996a77debc60f1eb2734 Mon Sep 17 00:00:00 2001 From: RobertSamoilescu Date: Tue, 3 Dec 2024 21:01:33 +0000 Subject: [PATCH] Removed python 3.8 from test_all_notebooks --- .github/workflows/test_all_notebooks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_all_notebooks.yml b/.github/workflows/test_all_notebooks.yml index 5d972d44e..b88b02a63 100644 --- a/.github/workflows/test_all_notebooks.yml +++ b/.github/workflows/test_all_notebooks.yml @@ -23,7 +23,7 @@ jobs: fail-fast: false # Continue to run other builds despite a failure matrix: os: [ubuntu-latest] - python-version: [ '3.8', '3.9', '3.10', '3.11' ] + python-version: [ '3.9', '3.10', '3.11' ] include: # Run windows tests on only one python version - os: windows-latest python-version: '3.11'