From 01862756db04f52f7a6dca397795901f8ea0c328 Mon Sep 17 00:00:00 2001 From: surister Date: Tue, 2 Jul 2024 15:17:48 +0200 Subject: [PATCH] Python: Set python version to just >=3.8 --- cratedb_sqlparse_py/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cratedb_sqlparse_py/pyproject.toml b/cratedb_sqlparse_py/pyproject.toml index 966a1b9..7d379ba 100644 --- a/cratedb_sqlparse_py/pyproject.toml +++ b/cratedb_sqlparse_py/pyproject.toml @@ -35,7 +35,7 @@ license = { text = "Apache License 2.0" } authors = [ { name = "Ivan Sanchez Valencia", email = "ivan.sanchezvalencia@crate.io" }, ] -requires-python = ">=3.8,<3.13" +requires-python = ">=3.8" classifiers = [ "Development Status :: 3 - Alpha", "Environment :: Console",