From 4b2868ead6c241bc4c84d8aa7e43623fc6b36bf1 Mon Sep 17 00:00:00 2001 From: Jonathan Perron Date: Sat, 10 May 2025 10:05:07 +0200 Subject: [PATCH] feat(python): update miniomal python version to 3.10 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3a1fcec..339cebc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", ] version = "1.1.5" -requires-python = ">=3.8" +requires-python = ">=3.10" dependencies = [ "requests>=2.32, < 3", ]