Skip to content

Commit

Permalink
switch workflows from 3.8 to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kukushking committed Jan 22, 2025
1 parent 90ee6ee commit 901f1b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exclude = [
"seedfarmer.gitmodules"
]
line-length = 120
target-version = "py38"
target-version = "py39"

[tool.ruff.lint]
select = ["E", "W", "F", "I"]
Expand All @@ -28,7 +28,7 @@ fixable = ["ALL"]
"test/unit-test/mock_data/*" = ["E501"]

[tool.mypy]
python_version = "3.8"
python_version = "3.9"
strict = true
ignore_missing_imports = true
disallow_untyped_decorators = false
Expand Down

0 comments on commit 901f1b7

Please sign in to comment.