Skip to content

Commit

Permalink
drop support for py3.8 (like xonsh)
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenesvk committed Jul 18, 2024
1 parent 2ea395f commit dc1ba9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Code = "https://github.com/eugenesvk/xontrib-cd"
"Issue tracker" = "https://github.com/eugenesvk/xontrib-cd/issues"

[tool.poetry.dependencies]
python = ">=3.8"
python = ">=3.9"
xonsh = ">=0.18.0"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit dc1ba9e

Please sign in to comment.