summarylogtreecommitdiffstats
path: root/python-version.patch
blob: d79ede5fa776a2a0e5de88501df5ed83cae717f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --color -ur --text scooby-0.7.1.orig/setup.py scooby-0.7.1.new/setup.py
--- scooby-0.7.1.orig/setup.py	2023-02-16 12:14:14.886929678 +0100
+++ scooby-0.7.1.new/setup.py	2023-02-16 12:14:31.566938366 +0100
@@ -28,7 +28,7 @@
         'Intended Audience :: Science/Research',
         'Natural Language :: English',
     ),
-    python_requires='>=3.7.*',
+    python_requires='>=3.7',
     extras_require={
         'cpu': ['psutil', 'mkl'],
         # 'gpu': [], # TODO: what's needed?