Skip to content

Commit d2bb684

Browse files
committed
Bump allowable python version to 3.15
1 parent ae8c332 commit d2bb684

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- image_tag: "3.63"
6363
pulp_https: "true"
6464
pulp_oauth2: "true"
65-
python: "3.14"
65+
python: "3.15"
6666
- image_tag: "3.49"
6767
pulp_https: "true"
6868
python: "3.10"

pulp-glue/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[build-system]
2-
requires = ["setuptools<83"]
2+
requires = ["setuptools"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pulp-glue"
77
version = "0.39.4.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[build-system]
2-
requires = ["setuptools<83"]
2+
requires = ["setuptools"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pulp-cli"
77
version = "0.39.4.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"},

0 commit comments

Comments
 (0)