From bf0739c25a7c73b826ab9d0f139164565390d21d Mon Sep 17 00:00:00 2001 From: Nathan TeBlunthuis Date: Fri, 4 Jul 2025 20:55:25 -0700 Subject: [PATCH] this should work with python 3.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4b52ff8..52c290b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,6 +7,6 @@ name = "pywikidiff2" version = "0.1.0" description = "Python module providing interface to wikidiff2 for SOTA wikitext diffs." readme = "README.md" -requires-python = ">=3.11" +requires-python = ">=3.9" dependencies = [] authors = [{ name="Nathan TeBlunthuis", email="nathanteblunthuis@gmail.com"}]