Skip to content

Commit

Permalink
Fixing python specification
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaddell committed Aug 2, 2024
1 parent 3e2e4ee commit c7b17a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ target-version = ['py38']
include = 'salt2type|\.pyi?$'

[tool.poetry.dependencies]
python = "3.12"
python = "~3.12"
black = "24.4.2"
pylint = "3.2.6"
typing-extensions = "4.12.2"
Expand Down

0 comments on commit c7b17a2

Please sign in to comment.