diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e2a436c38..824cc2605 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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" diff --git a/pulp-glue/pyproject.toml b/pulp-glue/pyproject.toml index 0dddaeebc..de7845f30 100644 --- a/pulp-glue/pyproject.toml +++ b/pulp-glue/pyproject.toml @@ -7,8 +7,8 @@ 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"}, ] @@ -16,7 +16,6 @@ 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", diff --git a/pyproject.toml b/pyproject.toml index f994115f2..39f7aee7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,8 +7,8 @@ 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"}, ] @@ -16,7 +16,6 @@ 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",