Skip to content

Commit 71a6dd3

Browse files
committed
Drop 3.8 support
1 parent b117e1c commit 71a6dd3

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [{ name = "Dima Burmistrov", email = "pyctrl.dev@gmail.com" }]
66
license-files = ["LICENSE"]
77
readme = "README.rst"
88

9-
requires-python = ">=3.8"
9+
requires-python = ">=3.9"
1010
classifiers = [
1111
"Programming Language :: Python :: 3",
1212
"License :: OSI Approved :: MIT License",
@@ -80,7 +80,7 @@ build-backend = "setuptools.build_meta"
8080

8181

8282
[tool.ruff]
83-
target-version = "py38"
83+
target-version = "py39"
8484
line-length = 79
8585
extend-exclude = [".git", ".venv", "docs"]
8686

@@ -253,7 +253,6 @@ requires = ["tox>=4.23", "tox-uv>=1.13"]
253253
runner = "uv-venv-lock-runner"
254254
skip_missing_interpreters = true
255255
env_list = [
256-
"py38",
257256
"py39",
258257
"py310",
259258
"py311",

0 commit comments

Comments
 (0)