From e8adabaead788fefb23794f62e237836beb3a8af Mon Sep 17 00:00:00 2001 From: Stefan Taubert <23339395+stefantaubert@users.noreply.github.com> Date: Wed, 11 Jan 2023 11:40:55 +0100 Subject: [PATCH] update --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"},