chore: upgrade Python version from 3.10 to 3.13 across the project

Agent-Logs-Url: https://github.com/christianlouis/dmarq/sessions/29bd6108-4094-48ca-8976-10df52774551

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-29 23:08:18 +00:00
parent 12567f77c0
commit a61bf4df0a
14 changed files with 22 additions and 22 deletions
+3 -3
View File
@@ -4,7 +4,7 @@ version = "1.6.0"
description = "A modern, privacy-conscious DMARC monitoring and analysis platform"
readme = "README.md"
license = {text = "MIT"}
requires-python = ">=3.10"
requires-python = ">=3.13"
[tool.semantic_release]
version_toml = ["pyproject.toml:project.version"]
@@ -22,7 +22,7 @@ match = "main"
[tool.black]
line-length = 100
target-version = ['py310']
target-version = ['py313']
include = '\.pyi?$'
extend-exclude = '''
/(
@@ -99,7 +99,7 @@ show_missing = true
skip_covered = false
[tool.mypy]
python_version = "3.10"
python_version = "3.13"
warn_return_any = true
warn_unused_configs = true
disallow_untyped_defs = false