Skip to content

Commit

Permalink
Bump the minimum Python version to 3.12 (archlinux#2933)
Browse files Browse the repository at this point in the history
  • Loading branch information
correctmost authored Nov 25, 2024
1 parent 6c37ba6 commit 46e4e28
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ sphinx:
build:
os: "ubuntu-22.04"
tools:
python: "3.11"
python: "3.12"
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ authors = [
]
license = {text = "GPL-3.0-only"}
readme = "README.md"
requires-python = ">=3.11"
requires-python = ">=3.12"
keywords = ["linux", "arch", "archinstall", "installer"]
classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Operating System :: POSIX :: Linux",
]
dependencies = [
Expand Down Expand Up @@ -63,7 +63,7 @@ include-package-data = true
archinstall = "archinstall"

[tool.mypy]
python_version = "3.11"
python_version = "3.12"
files = "."
exclude = "^build/"
check_untyped_defs = true
Expand Down Expand Up @@ -131,7 +131,7 @@ ignore-paths = [
]
load-plugins = ["pylint_pydantic"]
persistent = false
py-version = "3.11"
py-version = "3.12"
recursive = true

[tool.pylint.format]
Expand Down Expand Up @@ -168,7 +168,7 @@ score = false
additional-builtins = ["_"]

[tool.ruff]
target-version = "py311"
target-version = "py312"
builtins = ["_"]
line-length = 160

Expand Down

0 comments on commit 46e4e28

Please sign in to comment.