From 54d8b406f3b48f64e452deb274dba3f84ddd32b1 Mon Sep 17 00:00:00 2001 From: Harry Reeder Date: Thu, 26 Jun 2025 10:51:42 +0100 Subject: [PATCH] fix python version specifier --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 58b94c9..6a140b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "feedsummarizer" version = "0.1.0" # Pinned to 3.13 so we stay in line with AWS' Lambda runtime -requires-python = "3.13" +requires-python = "==3.13" dependencies = [] [dependency-groups]