mirror of
https://github.com/createfuture-cloud/feedsummarizer.git
synced 2025-12-13 11:22:23 +00:00
Enable cache, swap to pyproject.toml for python version control
This commit is contained in:
3
.github/workflows/test.yaml
vendored
3
.github/workflows/test.yaml
vendored
@@ -8,5 +8,6 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: astral-sh/setup-uv@v6
|
- uses: astral-sh/setup-uv@v6
|
||||||
with:
|
with:
|
||||||
python-version: '3.13'
|
enable-cache: true
|
||||||
|
python-version-file: pyproject.toml
|
||||||
- run: uv run --frozen black --check src/
|
- run: uv run --frozen black --check src/
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "feedsummarizer"
|
name = "feedsummarizer"
|
||||||
version = "0.1.0"
|
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 = []
|
dependencies = []
|
||||||
|
|
||||||
[dependency-groups]
|
[dependency-groups]
|
||||||
|
|||||||
Reference in New Issue
Block a user