From c917309f93c804f89e54c5cc7523b0813f0c8105 Mon Sep 17 00:00:00 2001 From: reubenmiller Date: Tue, 21 Apr 2026 23:31:47 +0200 Subject: [PATCH] chore: bump minimum Python version requirement to 3.10 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d19f5cb..840aff6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ write_to = "AWS/_version.py" name = "robotframework-aws" description = "Robot Framework library for AWS" readme = "README.md" -requires-python = ">=3.8" +requires-python = ">=3.10" keywords = ["AWS", "testing"] license = {text = "MIT"} classifiers = [