Skip to content

Commit

Permalink
Fix TOML syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy committed Oct 11, 2024
1 parent f8f0232 commit c3fbfcf
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 @@ -221,8 +221,8 @@ env_run_base = {commands = [
], deps = [
"pytest-cov",
]}
gh.python = {3.11 = [
gh.python = {"3.11" = [
"py311",
], 3.12 = [
], "3.12" = [
"py312",
]}

0 comments on commit c3fbfcf

Please sign in to comment.