diff --git a/pyproject.toml b/pyproject.toml index 665f4a0..6f959f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "pinyin-to-ipa" version = "0.0.1" description = "Command-line interface (CLI) and Python library to transcribe pinyin to IPA." readme = "README.md" -requires-python = ">=3.8" +requires-python = ">=3.8, <4" license = {text = "MIT"} authors = [ {email = "pypi@stefantaubert.com"},