This is an automated email from the ASF dual-hosted git repository. astitcher pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git
commit dd1689a03b490eba5788c5b5d3bebb0924985373 Author: Andrew Stitcher <astitc...@apache.org> AuthorDate: Fri Jun 6 10:48:24 2025 -0400 NO-JIRA: Change Python license specifier The old way is now deprecated. --- python/pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 92b02326f..01264a091 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -24,9 +24,8 @@ build-backend = "setuptools.build_meta" name = "python-qpid-proton" description = "An AMQP based messaging library." readme = "README.rst" -license = {text = "Apache Software License"} +license = "Apache-2.0" classifiers = [ - "License :: OSI Approved :: Apache Software License", "Intended Audience :: Developers", "Programming Language :: Python", "Programming Language :: Python :: 3", @@ -34,7 +33,8 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", - "Programming Language :: Python :: 3.12" + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13" ] dependencies = [ "cffi>=1.0.0" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org