From d01f379c6cddc14624ee00ccb473ab9d70f476c5 Mon Sep 17 00:00:00 2001 From: Michka Popoff Date: Thu, 13 Feb 2025 22:24:20 +0100 Subject: [PATCH] ci: add CI for Python 3.12 and 3.13 Drop support for Python 3.7 and 3.8 --- .github/workflows/tests.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a3b5f842..da5f230e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: - os: ubuntu-20.04 compiler: gcc version: "9" - python-version: "3.7" + python-version: "3.9" castxml: "castxml" castxml-epic: 0 cppstd: "-std=c++98" @@ -25,7 +25,7 @@ jobs: - os: ubuntu-20.04 compiler: gcc version: "9" - python-version: "3.8" + python-version: "3.10" castxml: "castxml" castxml-epic: 0 cppstd: "-std=c++98" @@ -33,7 +33,7 @@ jobs: - os: ubuntu-20.04 compiler: gcc version: "9" - python-version: "3.9" + python-version: "3.11" castxml: "castxml" castxml-epic: 0 cppstd: "-std=c++98" @@ -41,7 +41,7 @@ jobs: - os: ubuntu-20.04 compiler: gcc version: "9" - python-version: "3.10" + python-version: "3.12" castxml: "castxml" castxml-epic: 0 cppstd: "-std=c++98" @@ -49,7 +49,7 @@ jobs: - os: ubuntu-20.04 compiler: gcc version: "9" - python-version: "3.11" + python-version: "3.13" castxml: "castxml" castxml-epic: 0 cppstd: "-std=c++98" @@ -57,7 +57,7 @@ jobs: - os: ubuntu-20.04 compiler: gcc version: "9" - python-version: "3.8" + python-version: "3.13" castxml: "castxml" castxml-epic: 1 cppstd: "-std=c++98" @@ -65,7 +65,7 @@ jobs: - os: ubuntu-20.04 compiler: gcc version: "9" - python-version: "3.8" + python-version: "3.13" castxml: "castxml" castxml-epic: 1 cppstd: "-std=c++11" @@ -73,7 +73,7 @@ jobs: - os: macos-13 compiler: xcode version: "default" - python-version: "3.8" + python-version: "3.13" castxml: "castxml" castxml-epic: 0 cppstd: "-std=c++98"