|
28 | 28 | if _bad_dev_dir and (_bad_dev_dir == "public" or not Path(_bad_dev_dir).exists()):
|
29 | 29 | print(f"[SimSIMD] Ignoring invalid DEVELOPER_DIR={_bad_dev_dir!r}")
|
30 | 30 | os.environ.pop("DEVELOPER_DIR", None)
|
31 |
| - |
| 31 | + |
32 | 32 | # --------------------------------------------------------------------------- #
|
33 | 33 | # Compiler and linker flags common across attempts #
|
34 | 34 | # --------------------------------------------------------------------------- #
|
@@ -210,13 +210,14 @@ def _is_editable_install() -> bool:
|
210 | 210 | "Programming Language :: C",
|
211 | 211 | "Programming Language :: Python :: Implementation :: CPython",
|
212 | 212 | "Programming Language :: Python :: 3",
|
213 |
| - "Programming Language :: Python :: 3.7", |
214 | 213 | "Programming Language :: Python :: 3.8",
|
215 | 214 | "Programming Language :: Python :: 3.9",
|
216 | 215 | "Programming Language :: Python :: 3.10",
|
217 | 216 | "Programming Language :: Python :: 3.11",
|
218 | 217 | "Programming Language :: Python :: 3.12",
|
219 | 218 | "Programming Language :: Python :: 3.13",
|
| 219 | + "Programming Language :: Python :: 3.14", |
| 220 | + "Programming Language :: Python :: Free Threading :: 3 - Stable", |
220 | 221 | "Topic :: Scientific/Engineering :: Mathematics",
|
221 | 222 | "Topic :: Scientific/Engineering :: Information Analysis",
|
222 | 223 | "Topic :: Scientific/Engineering :: Bio-Informatics",
|
|
0 commit comments