Skip to content

Commit

Permalink
Remove upper bound in python_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumekln authored Mar 13, 2023
1 parent e52317c commit 813ab83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def _maybe_add_library_root(lib_name, header_only=False):
keywords="tokenization opennmt unicode bpe sentencepiece subword",
packages=find_packages(),
package_data=package_data,
python_requires=">=3.6,<3.12",
python_requires=">=3.6",
setup_requires=["pytest-runner"],
tests_require=["pytest"],
ext_modules=[tokenizer_module],
Expand Down

0 comments on commit 813ab83

Please sign in to comment.