Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.12
3.14
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
readme = "README.md"
license = "Apache-2.0"
license-files = ["LICENSE", "NOTICE"]
requires-python = ">=3.12"
requires-python = ">=3.14"
# Python version policy: requires-python enforces the minimum. Do NOT add
# version-specific classifiers (3.12, 3.13, ...) - "3 :: Only" avoids churn
# on every new Python release.
Expand All @@ -24,7 +24,7 @@
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
"Topic :: System :: Logging",
"Topic :: System :: Systems Administration",

Check notice on line 27 in pyproject.toml

View workflow job for this annotation

GitHub Actions / ci / Quality

oss-no-trailing-whitespace

trailing whitespace on line 27
"Topic :: Software Development :: Libraries :: Python Modules",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
Expand Down Expand Up @@ -131,7 +131,7 @@
# (drain3, datasketch, ...); our own code stays fully typed via
# disallow_untyped_defs below.
[tool.mypy]
python_version = "3.12" # Matches minimum supported version
python_version = "3.12" # Held below requires-python with ruff; see target-version
ignore_missing_imports = true
warn_return_any = true
warn_unused_configs = true
Expand Down
Loading
Loading