Skip to content

Commit

Permalink
Drop support for python3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-jh committed Mar 7, 2025
1 parent 13e1c1b commit 0ec5f67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ addopts = ["--import-mode=importlib"]

[tool.ruff]
line-length = 120
target-version = "py38"
target-version = "py39"
lint.select = [
"E",
"F",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ packages = find:
package_dir =
= src
include_package_data = True
python_requires = >=3.8
python_requires = >=3.9
install_requires =
pefile
regex
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 = py38,py39
envlist = py39,py310,py311,py312

[testenv]
deps = pytest
Expand Down

0 comments on commit 0ec5f67

Please sign in to comment.