From 72264a408a1f27e91724ca9fc7438a155803ad32 Mon Sep 17 00:00:00 2001 From: Milad Khoshdel Date: Sat, 12 Sep 2026 21:29:35 +0330 Subject: [PATCH] fix: align supported Python version with documentation --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ce924c7..c648bf2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] name = "luhn-algorithm" version = "0.1.0" -requires-python = ">=3.14" +requires-python = ">=3.8" dependencies = []