File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1+ Removed support for Python<3.9.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "pulp-glue-ostree"
77version = " 0.6.0.dev"
88description = " Version agnostic glue library to talk to pulpcore's REST API. (OSTree plugin)"
99readme = " README.md"
10- requires-python = " >=3.8 "
10+ requires-python = " >=3.9 "
1111license = {text = " GPLv2+" }
1212authors = [
1313 {name = " Pulp Team" , email = " pulp-list@redhat.com" },
@@ -23,7 +23,7 @@ classifiers = [
2323 " Typing :: Typed" ,
2424]
2525dependencies = [
26- " pulp-glue>=0.23.1,<0.32 " ,
26+ " pulp-glue>=0.23.1,<0.36 " ,
2727]
2828
2929[project .urls ]
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "pulp-cli-ostree"
77version = " 0.6.0.dev"
88description = " Command line interface to talk to pulpcore's REST API. (OSTree plugin commands)"
99readme = " README.md"
10- requires-python = " >=3.8 "
10+ requires-python = " >=3.9 "
1111license = {text = " GPLv2+" }
1212authors = [
1313 {name = " Pulp Team" , email = " pulp-list@redhat.com" },
@@ -23,7 +23,7 @@ classifiers=[
2323 " Typing :: Typed" ,
2424]
2525dependencies = [
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
You can’t perform that action at this time.
0 commit comments