From a5815b98d92a944870072cbd557afb8a259b98df Mon Sep 17 00:00:00 2001 From: John Gerrard Holland Date: Thu, 27 Apr 2023 15:40:19 -0400 Subject: [PATCH] =?UTF-8?q?metadata:=20remove=20explicit=20python=20requir?= =?UTF-8?q?ement=20=E2=80=93=20inherit=20from=20core?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a490411..b5c1f70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,6 @@ dynamic = ["version"] readme = "README.md" license = { text = "MIT License" } -requires-python = ">=3.8.10,<4.0" dependencies = [ "autora-core",