Skip to content

Commit

Permalink
Add supported python versions in config file
Browse files Browse the repository at this point in the history
  • Loading branch information
karmacoma-eth committed Jul 15, 2023
1 parent b3f0f1f commit 2f0e89d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ halmos = "halmos.__main__:main"

[project.urls]
"Homepage" = "https://github.com/a16z/halmos"

[tool.black]
target-versions = ["py38", "py39", "py310", "py311"]

0 comments on commit 2f0e89d

Please sign in to comment.