Skip to content

Commit 5677978

Browse files
committed
Update cli/glue dependencies
1 parent b0ce534 commit 5677978

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGES/+python3-9.removal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Removed support for Python<3.9.

pulp-glue-ostree/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "pulp-glue-ostree"
77
version = "0.6.0.dev"
88
description = "Version agnostic glue library to talk to pulpcore's REST API. (OSTree plugin)"
99
readme = "README.md"
10-
requires-python = ">=3.8"
10+
requires-python = ">=3.9"
1111
license = {text = "GPLv2+"}
1212
authors = [
1313
{name = "Pulp Team", email = "pulp-list@redhat.com"},
@@ -23,7 +23,7 @@ classifiers = [
2323
"Typing :: Typed",
2424
]
2525
dependencies = [
26-
"pulp-glue>=0.23.1,<0.32",
26+
"pulp-glue>=0.23.1,<0.36",
2727
]
2828

2929
[project.urls]

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "pulp-cli-ostree"
77
version = "0.6.0.dev"
88
description = "Command line interface to talk to pulpcore's REST API. (OSTree plugin commands)"
99
readme = "README.md"
10-
requires-python = ">=3.8"
10+
requires-python = ">=3.9"
1111
license = {text = "GPLv2+"}
1212
authors = [
1313
{name = "Pulp Team", email = "pulp-list@redhat.com"},
@@ -23,7 +23,7 @@ classifiers=[
2323
"Typing :: Typed",
2424
]
2525
dependencies = [
26-
"pulp-cli>=0.23.1,<0.32",
26+
"pulp-cli>=0.23.1,<0.36",
2727
"pulp-glue-ostree==0.6.0.dev",
2828
]
2929

0 commit comments

Comments
 (0)