From 297723010bc0a1dfe30783405fbb73f7ca00bdde Mon Sep 17 00:00:00 2001 From: Matthias Dellweg Date: Mon, 8 Jun 2026 10:59:55 +0200 Subject: [PATCH] Bump allowable python version to 3.15 --- .github/workflows/test.yml | 2 +- pulp-glue/pyproject.toml | 4 ++-- pyproject.toml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5734ee2f2..156388997 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -62,7 +62,7 @@ jobs: - image_tag: "3.63" pulp_https: "true" pulp_oauth2: "true" - python: "3.14" + python: "3.15" - image_tag: "3.49" pulp_https: "true" python: "3.10" diff --git a/pulp-glue/pyproject.toml b/pulp-glue/pyproject.toml index 4beda8fe2..0d46ea178 100644 --- a/pulp-glue/pyproject.toml +++ b/pulp-glue/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools<83"] +requires = ["setuptools"] build-backend = "setuptools.build_meta" [project] @@ -7,7 +7,7 @@ name = "pulp-glue" version = "0.38.4.dev" description = "Version agnostic glue library to talk to pulpcore's REST API." readme = "README.md" -requires-python = ">=3.10,<3.15" +requires-python = ">=3.10,<3.16" license = "GPL-2.0-or-later" authors = [ {name = "Pulp Team", email = "pulp-list@redhat.com"}, diff --git a/pyproject.toml b/pyproject.toml index 3133752d9..e76fa1b4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools<83"] +requires = ["setuptools"] build-backend = "setuptools.build_meta" [project] @@ -7,7 +7,7 @@ name = "pulp-cli" version = "0.38.4.dev" description = "Command line interface to talk to pulpcore's REST API." readme = "README.md" -requires-python = ">=3.10,<3.15" +requires-python = ">=3.10,<3.16" license = "GPL-2.0-or-later" authors = [ {name = "Pulp Team", email = "pulp-list@redhat.com"},