We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b70abb commit 6467281Copy full SHA for 6467281
.github/workflows/lint.yaml
@@ -19,7 +19,7 @@ jobs:
19
20
env:
21
# The Python version your project uses. Feel free to change this if required.
22
- PYTHON_VERSION: "3.10"
+ PYTHON_VERSION: "3.12"
23
24
steps:
25
# Checks out the repository in the current folder.
samples/Pipfile
@@ -10,4 +10,4 @@ ruff = "~=0.3.5"
10
pre-commit = "~=3.7.0"
11
12
[requires]
13
-python_version = "3.10"
+python_version = "3.12"
samples/pyproject.toml
@@ -6,7 +6,7 @@ authors = ["Author 1 <email@mail.com>"]
6
license = "MIT"
7
8
[tool.poetry.dependencies]
9
-python = "3.10.*"
+python = "3.12.*"
[tool.poetry.dev-dependencies]
ruff = "~0.3.5"
0 commit comments