We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be64ead commit bc8f38cCopy full SHA for bc8f38c
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
- name: Setup PDM
9
uses: pdm-project/setup-pdm@v4
10
with:
11
- python-version: 3.10.17
+ python-version: 3.12.10
12
cache: true
13
# You are now able to use PDM in your workflow
14
- name: Install dependencies
pyproject.toml
@@ -6,7 +6,7 @@ authors = [
6
{name = "ananthvk", email = "-"},
7
]
dependencies = ["typer>=0.15.2"]
-requires-python = ">=3.10"
+requires-python = ">=3.12"
readme = "README.md"
license = {text = "MIT"}
0 commit comments