Skip to content

Commit b578ba5

Browse files
committed
setup.py: Update metadata
1 parent 93043f5 commit b578ba5

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

setup.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ def build_extension(self, ext):
254254
ext_modules=cxx_modules,
255255
cmdclass=cmdclass,
256256
zip_safe=False,
257-
python_requires=">=3.8", # left for CI, truly ">=3.9"
257+
python_requires=">=3.8", # left for CI, truly ">=3.10"
258258
tests_require=["pytest"],
259259
install_requires=install_requires,
260260
# cmdclass={'test': PyTest},
@@ -274,14 +274,11 @@ def build_extension(self, ext):
274274
"Topic :: Software Development :: Libraries",
275275
"Programming Language :: C++",
276276
"Programming Language :: Python :: 3",
277-
"Programming Language :: Python :: 3.9",
278277
"Programming Language :: Python :: 3.10",
279278
"Programming Language :: Python :: 3.11",
280279
"Programming Language :: Python :: 3.12",
281280
"Programming Language :: Python :: 3.13",
282-
(
283-
"License :: OSI Approved :: BSD License"
284-
), # TODO: use real SPDX: BSD-3-Clause-LBNL
281+
"Programming Language :: Python :: 3.14",
285282
],
286283
# new PEP 639 format
287284
license="BSD-3-Clause-LBNL",

0 commit comments

Comments
 (0)