1
0

this should work with python 3.9

This commit is contained in:
Nathan TeBlunthuis 2025-07-04 20:55:25 -07:00
parent 9d63263384
commit bf0739c25a

View File

@ -7,6 +7,6 @@ name = "pywikidiff2"
version = "0.1.0" version = "0.1.0"
description = "Python module providing interface to wikidiff2 for SOTA wikitext diffs." description = "Python module providing interface to wikidiff2 for SOTA wikitext diffs."
readme = "README.md" readme = "README.md"
requires-python = ">=3.11" requires-python = ">=3.9"
dependencies = [] dependencies = []
authors = [{ name="Nathan TeBlunthuis", email="nathanteblunthuis@gmail.com"}] authors = [{ name="Nathan TeBlunthuis", email="nathanteblunthuis@gmail.com"}]