Skip to content

Commit bc8f38c

Browse files
committed
modified version
1 parent be64ead commit bc8f38c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- name: Setup PDM
99
uses: pdm-project/setup-pdm@v4
1010
with:
11-
python-version: 3.10.17
11+
python-version: 3.12.10
1212
cache: true
1313
# You are now able to use PDM in your workflow
1414
- name: Install dependencies

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [
66
{name = "ananthvk", email = "-"},
77
]
88
dependencies = ["typer>=0.15.2"]
9-
requires-python = ">=3.10"
9+
requires-python = ">=3.12"
1010
readme = "README.md"
1111
license = {text = "MIT"}
1212

0 commit comments

Comments
 (0)