Blob Blame History Raw
--- duplicity-2.1.5/setup.py~	2023-12-28 10:11:28.000000000 -0600
+++ duplicity-2.1.5/setup.py	2024-01-18 16:34:05.962015996 -0600
@@ -43,7 +43,7 @@
 
 # check that we can function here
 min_version = (3, 8)
-max_version = (3, 11)
+max_version = (3, 13)
 this_version = (sys.version_info.major, sys.version_info.minor)
 if not (min_version <= this_version <= max_version):
     print(