Drop support for Python 3.9

This commit is contained in:
Nicola Soranzo
2026-01-19 18:39:16 +00:00
parent d76697d2b0
commit eb9fde1dcd
159 changed files with 212 additions and 269 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ from __future__ import print_function
import sys
MIN_VERSION_TUPLE = (3, 9)
MIN_VERSION_TUPLE = (3, 10)
def check_python():