fix(chroma): remove Python 3.14 classifier until Chroma supports it (#34997)

This commit is contained in:
LSB
2026-02-04 01:22:44 +09:00
committed by GitHub
parent 91bb474dbc
commit d7e8bd6be1

View File

@@ -17,7 +17,6 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]
requires-python = ">=3.10.0,<4.0.0"