Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
laughingman7743 committed Dec 28, 2024
1 parent 0775734 commit b26c94f
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -148,16 +148,12 @@ envlist = [
"py313",
]

[tool.tox.gh-actions]
# TODO: The following error occurs, so specify it as a string rather than an inline table.
# AttributeError: 'dict' object has no attribute 'strip'
python = """
3.9: py39
3.10: py310
3.11: py311
3.12: py312
3.13: py313
"""
[tool.tox.gh-actions.python]
"3.9" = "py39"
"3.10" = "py310"
"3.11" = "py311"
"3.12" = "py312"
"3.13" = "py313"

[tool.tox.testenv]
allowlist_externals = [
Expand Down

0 comments on commit b26c94f

Please sign in to comment.