Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
5 changes: 2 additions & 3 deletions pulp-glue/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,15 @@ name = "pulp-glue"
version = "0.37.2.dev"
description = "Version agnostic glue library to talk to pulpcore's REST API."
readme = "README.md"
requires-python = ">=3.10,<3.15"
license = {text = "GPLv2+"}
requires-python = ">=3.10,<3.16"
license = "GPL-2.0-or-later"
authors = [
{name = "Pulp Team", email = "pulp-list@redhat.com"},
]
classifiers = [
"Development Status :: 4 - Beta",
"Environment :: Other Environment",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Topic :: System :: Software Distribution",
Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,15 @@ name = "pulp-cli"
version = "0.37.2.dev"
description = "Command line interface to talk to pulpcore's REST API."
readme = "README.md"
requires-python = ">=3.10,<3.15"
license = {text = "GPLv2+"}
requires-python = ">=3.10,<3.16"
license = "GPL-2.0-or-later"
authors = [
{name = "Pulp Team", email = "pulp-list@redhat.com"},
]
classifiers=[
"Development Status :: 4 - Beta",
"Environment :: Console",
"Intended Audience :: System Administrators",
"License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Topic :: System :: Software Distribution",
Expand Down
Loading