From 74bcc6f7f437d82ccc715d319a9497fde2856144 Mon Sep 17 00:00:00 2001 From: polyaxon-ci Date: Wed, 4 Sep 2024 19:08:11 +0200 Subject: [PATCH] Test py3.12 --- .github/workflows/haupt.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/haupt.yml b/.github/workflows/haupt.yml index 0a005c9ff7..deaef7e48b 100644 --- a/.github/workflows/haupt.yml +++ b/.github/workflows/haupt.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.8, 3.9, '3.10', '3.11'] + python-version: [3.8, 3.9, '3.10', '3.11', '3.12'] steps: - run: | pip install -U haupt @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.8, 3.9, '3.10', '3.11'] + python-version: [3.8, 3.9, '3.10', '3.11', '3.12'] steps: - uses: actions/checkout@v4