Skip to content

Commit d0c694a

Browse files
authored
update Python version to 3.10
Signed-off-by: GitHub <noreply@github.com>
1 parent 63bbaa0 commit d0c694a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

samples/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ pre-commit = "~=2.13.0"
1515
flake8-docstrings = "~=1.5"
1616

1717
[requires]
18-
python_version = "3.9"
18+
python_version = "3.10"

samples/pyproject.toml

Lines changed: 1 addition & 1 deletion
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.9.*"
9+
python = "3.10.*"
1010

1111
[tool.poetry.dev-dependencies]
1212
# Base tools

0 commit comments

Comments
 (0)