Skip to content

Commit 813ab83

Browse files
authored
Remove upper bound in python_requires
1 parent e52317c commit 813ab83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def _maybe_add_library_root(lib_name, header_only=False):
9595
keywords="tokenization opennmt unicode bpe sentencepiece subword",
9696
packages=find_packages(),
9797
package_data=package_data,
98-
python_requires=">=3.6,<3.12",
98+
python_requires=">=3.6",
9999
setup_requires=["pytest-runner"],
100100
tests_require=["pytest"],
101101
ext_modules=[tokenizer_module],

0 commit comments

Comments
 (0)