From db79aec64c4a0f062321bd8c74ee782750bba527 Mon Sep 17 00:00:00 2001 From: Ankita Katiyar <110245118+ankatiyar@users.noreply.github.com> Date: Wed, 24 Apr 2024 14:41:33 +0100 Subject: [PATCH] Add python 3.12 to starters builds (#219) * Add python 3.12 to starters builds Signed-off-by: Ankita Katiyar * Add setuptools for spaceflights-pyspark-viz Signed-off-by: Ankita Katiyar --------- Signed-off-by: Ankita Katiyar --- .github/workflows/all-checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/all-checks.yml b/.github/workflows/all-checks.yml index d139ebb0..a059e2e9 100644 --- a/.github/workflows/all-checks.yml +++ b/.github/workflows/all-checks.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: os: [ windows-latest , ubuntu-latest ] - python-version: [ "3.8", "3.9", "3.10", "3.11" ] + python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ] runs-on: ${{ matrix.os }} steps: - name: Checkout code @@ -65,7 +65,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest, windows-latest ] - python-version: [ "3.8", "3.9", "3.10", "3.11" ] + python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ] runs-on: ${{ matrix.os }} steps: - name: Checkout code