From 6b4ef5f58ee9858a11e9ac101b3554ed34d865e7 Mon Sep 17 00:00:00 2001 From: lsuliborski Date: Fri, 20 Feb 2026 15:52:44 +0100 Subject: [PATCH] python <3.13 --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3f21e3d..12fb007 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "sqlit-tui" description = "A terminal UI for SQL Server, PostgreSQL, MySQL, SQLite, Oracle, and more" readme = "README.md" license = "MIT" -requires-python = ">=3.10" +requires-python = ">=3.10,<3.13" authors = [ { name = "Peter" } ] @@ -22,7 +22,6 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", - "Programming Language :: Python :: 3.13", "Topic :: Database", ] dependencies = [