Enable cache, swap to pyproject.toml for python version control

This commit is contained in:
Harry Reeder
2025-06-26 10:51:00 +01:00
parent 6627047175
commit 25f9dbe254
2 changed files with 4 additions and 2 deletions

View File

@@ -1,7 +1,8 @@
[project]
name = "feedsummarizer"
version = "0.1.0"
requires-python = ">=3.11"
# Pinned to 3.13 so we stay in line with AWS' Lambda runtime
requires-python = "3.13"
dependencies = []
[dependency-groups]