Skip to content

Commit ec98357

Browse files
committed
Bump allowable python version to 3.15
1 parent f918700 commit ec98357

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- image_tag: "3.63"
6262
pulp_https: "true"
6363
pulp_oauth2: "true"
64-
python: "3.14"
64+
python: "3.15"
6565
- image_tag: "3.49"
6666
lower_bounds: true
6767
pulp_https: "true"

pulp-glue/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "pulp-glue"
77
version = "0.40.0.dev"
88
description = "Version agnostic glue library to talk to pulpcore's REST API."
99
readme = "README.md"
10-
requires-python = ">=3.10,<3.15"
10+
requires-python = ">=3.10,<3.16"
1111
license = "GPL-2.0-or-later"
1212
authors = [
1313
{name = "Pulp Team", email = "pulp-list@redhat.com"},

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "pulp-cli"
77
version = "0.40.0.dev"
88
description = "Command line interface to talk to pulpcore's REST API."
99
readme = "README.md"
10-
requires-python = ">=3.10,<3.15"
10+
requires-python = ">=3.10,<3.16"
1111
license = "GPL-2.0-or-later"
1212
authors = [
1313
{name = "Pulp Team", email = "pulp-list@redhat.com"},

uv.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)