From 11e41d876c13d772749512714c9e115d1a67a15c Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Fri, 12 Jul 2024 17:28:46 -0600 Subject: [PATCH] ci: Test on Ubuntu 24.04 with python3.12 Signed-off-by: Zack Cerza --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69bc064af7..1af4b38431 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,8 @@ jobs: python: "3.10" - os: ubuntu-22.04 python: "3.11" + - os: ubuntu-24.04 + python: "3.12" steps: - uses: actions/checkout@v2 - name: Add deadsnakes PPA -- 2.39.5