From 35a4d463c63e9bd6946e069c570c0d9f4413c960 Mon Sep 17 00:00:00 2001 From: Florent Biville Date: Wed, 23 Oct 2024 11:01:11 +0200 Subject: [PATCH] ci: remove EOL Python 3.8 --- .github/workflows/python-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index 89e2c2b5..42eba3de 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ] + python-version: [ "3.9", "3.10", "3.11", "3.12" ] neo4j-version: [ "4.4", "5" ] spark-version: - { short: "3", ext: "3.4.3", scala: "2.12" }