Skip to content

Commit 6467281

Browse files
committed
Update Python version to 3.12
1 parent 5b70abb commit 6467281

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
env:
2121
# The Python version your project uses. Feel free to change this if required.
22-
PYTHON_VERSION: "3.10"
22+
PYTHON_VERSION: "3.12"
2323

2424
steps:
2525
# Checks out the repository in the current folder.

samples/Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ ruff = "~=0.3.5"
1010
pre-commit = "~=3.7.0"
1111

1212
[requires]
13-
python_version = "3.10"
13+
python_version = "3.12"

samples/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Author 1 <email@mail.com>"]
66
license = "MIT"
77

88
[tool.poetry.dependencies]
9-
python = "3.10.*"
9+
python = "3.12.*"
1010

1111
[tool.poetry.dev-dependencies]
1212
ruff = "~0.3.5"

0 commit comments

Comments
 (0)