From 92136feac04a2f383d9c459afc02e1a2964ccd53 Mon Sep 17 00:00:00 2001 From: Sergii Dymchenko Date: Wed, 31 Jan 2024 15:32:36 -0800 Subject: [PATCH] Require at least Python 3.9 (#20) --- 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"}