fix python version specifier

This commit is contained in:
Harry Reeder
2025-06-26 10:51:42 +01:00
parent 25f9dbe254
commit 54d8b406f3

View File

@@ -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]