Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

Commit

Permalink
Drop Python 3.8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
realshouzy committed Dec 16, 2023
1 parent 46fb6f1 commit 506cc76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.black]
target-version = ["py312", "py311", "py310", "py39", "py38"]
target-version = ["py312", "py311", "py310", "py39"]
line-length = 88

[tool.isort]
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{38,39,310,311,312}, pre-commit
envlist = py{39,310,311,312}, pre-commit

[testenv]
skip_install = true
Expand Down

0 comments on commit 506cc76

Please # to comment.