From 990a8d7648c946735c3f007a33a8b7baa6d185b2 Mon Sep 17 00:00:00 2001 From: Sergii Dymchenko Date: Wed, 31 Jan 2024 15:05:43 -0800 Subject: [PATCH] Require at least Python 3.9 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 244c9aa..87bbb70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,6 @@ [project] name = "TorchFix" +requires-python = ">=3.9" description = "TorchFix - a linter for PyTorch-using code with autofix support" readme = "README.md" license = {file = "LICENSE"}