Compare commits

..

3 Commits

Author SHA1 Message Date
Zuul
c6e08c3f08 Merge "Drop removed pbr options" 2026-02-25 19:58:50 +00:00
Takashi Kajinami
c056e10962 Drop removed pbr options
These were deprecated in pbr 4.2 and were removed in pbr 6.0[1].

[1] https://docs.openstack.org/pbr/latest/user/using.html#pbr

Change-Id: Ifa4bc201aab733ec432af2b6876c472a3aa7bc34
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
2026-02-07 19:24:14 +09:00
Takashi Kajinami
5dcb3a3265 Declare Python 3.13 support
Python 3.13 is now part of tested runtimes.

Change-Id: I8434084ec823d6d918205aa5651dad60402daa48
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
2026-02-07 19:20:14 +09:00

View File

@@ -18,6 +18,8 @@ classifier =
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Programming Language :: Python :: 3 :: Only
[files]
packages =
@@ -109,9 +111,3 @@ watcherclient.v1 =
service_list = watcherclient.v1.service_shell:ListService
datamodel_list = watcherclient.v1.data_model_shell:ListDataModel
[pbr]
autodoc_index_modules = True
autodoc_exclude_modules =
watcherclient.tests.*
api_doc_dir = reference/api