From b5ed1d7171ae98f3689a351455dc1c799da5aa2e Mon Sep 17 00:00:00 2001 From: Helge Eichhorn Date: Mon, 16 Dec 2024 10:29:43 +0100 Subject: [PATCH] chore: bump minimum Python version --- crates/lox-space/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/lox-space/pyproject.toml b/crates/lox-space/pyproject.toml index d0691e38..b78eb263 100644 --- a/crates/lox-space/pyproject.toml +++ b/crates/lox-space/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lox-space" -requires-python = ">=3.7" +requires-python = ">=3.9" classifiers = [ "Programming Language :: Rust", "Programming Language :: Python :: Implementation :: CPython",