feat: remove python3.9 (#200)

Signed-off-by: Peter Staar <taa@zurich.ibm.com>
This commit is contained in:
Peter W. J. Staar
2026-01-26 15:43:47 +01:00
committed by GitHub
parent 45868d0adc
commit d162c32bbd
3 changed files with 5 additions and 11 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
steps:
- uses: actions/checkout@v4
- name: Install uv and set the python version
+1 -6
View File
@@ -40,7 +40,7 @@ jobs:
# list of github vm: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
os:
- name: "ubuntu-24.04"
@@ -51,11 +51,6 @@ jobs:
platform: "linux"
platform_id: "manylinux_aarch64"
# - name: "macos-13"
# platform: "macos"
# min_macos_version: "13"
# platform_id: "macosx_x86_64"
- name: "macos-14"
platform: "macos"
min_macos_version: "14"