mirror of
https://github.com/createfuture-cloud/feedsummarizer.git
synced 2025-12-13 09:02:24 +00:00
fix python version specifier
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
name = "feedsummarizer"
|
name = "feedsummarizer"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
# Pinned to 3.13 so we stay in line with AWS' Lambda runtime
|
# Pinned to 3.13 so we stay in line with AWS' Lambda runtime
|
||||||
requires-python = "3.13"
|
requires-python = "==3.13"
|
||||||
dependencies = []
|
dependencies = []
|
||||||
|
|
||||||
[dependency-groups]
|
[dependency-groups]
|
||||||
|
|||||||
Reference in New Issue
Block a user