Skip to content

Commit 236d57f

Browse files
committed
Allow python3.14
1 parent a661fcb commit 236d57f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ def chdir(new_dir):
324324
],
325325
language_level=2,
326326
),
327-
python_requires=">=3.6,<3.14",
327+
python_requires=">=3.6,<3.15",
328328
cmdclass={"build_ext": ExtensionBuilder},
329329
package_data={"": ["*.json", "*.jsonl", "*.pyx", "*.pxd"]},
330330
name="blis",
@@ -348,6 +348,8 @@ def chdir(new_dir):
348348
"Programming Language :: Python :: 3.10",
349349
"Programming Language :: Python :: 3.11",
350350
"Programming Language :: Python :: 3.12",
351+
"Programming Language :: Python :: 3.13",
352+
"Programming Language :: Python :: 3.14",
351353
"Topic :: Scientific/Engineering",
352354
],
353355
)

0 commit comments

Comments
 (0)