]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
pyproject.toml: bump python3.9
authorAleš Mrázek <ales.mrazek@nic.cz>
Wed, 5 Aug 2026 22:53:32 +0000 (00:53 +0200)
committerAleš Mrázek <ales.mrazek@nic.cz>
Thu, 6 Aug 2026 22:05:11 +0000 (00:05 +0200)
setup.py update

pyproject.toml
setup.py

index 3aa0c62e1164a47c5a98b6d52e27278f062e975f..58960d165c792c9a42b06f10ce12dfb63b3bd697 100644 (file)
@@ -27,7 +27,7 @@ script = "build_c_extensions.py"
 generate-setup-file = true
 
 [tool.poetry.dependencies]
-python = "^3.8"
+python = "^3.9"
 aiohttp = "*"
 jinja2 = "*"
 pyyaml = "*"
@@ -97,7 +97,7 @@ clean = { cmd = "scripts/poe-tasks/clean", help="Cleanup build directories and f
 
 [tool.ruff]
 line-length = 120
-target-version = "py38"
+target-version = "py39"
 exclude = ["setup.py"]
 
 [tool.ruff.lint]
@@ -223,7 +223,7 @@ skip-magic-trailing-comma = false
 line-ending = "auto"
 
 [tool.mypy]
-python_version = "3.8"
+python_version = "3.9"
 disallow_any_generics = true
 disallow_subclassing_any = true
 disallow_untyped_calls = false
index e858455381a45811799cc4a813aee5b79becd752..7dcb944cd41b5de8ed41ada6e3f10077b8316b61 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -50,7 +50,7 @@ setup_kwargs = {
     'install_requires': install_requires,
     'extras_require': extras_require,
     'entry_points': entry_points,
-    'python_requires': '>=3.8,<4.0',
+    'python_requires': '>=3.9,<4.0',
 }
 from build_c_extensions import *
 build(setup_kwargs)