require Python 3.11

Python 3.9 reached end of life in October 2025, and 3.11 is where the
current ecosystem sits: it unlocks pyarrow 25 (we were held at 21, the
last release supporting 3.9), more-itertools 11, and pandas 3 for the
test suite, along with the large CPython 3.11 interpreter speedups on
exactly the kind of CPU-bound work wikiq does. Nothing in the code
needed changes.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-13 13:35:14 -07:00
parent ac8110894b
commit 15379c1c1a
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
3.9
3.11

View File

@@ -3,7 +3,7 @@ name = "mediawiki-dump-tools"
version = "0.1.1"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.9"
requires-python = ">=3.11"
dependencies = [
"deltas>=0.7.0",
"more-itertools>=10.7.0",