We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bae5ef commit 037a557Copy full SHA for 037a557
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup, find_packages
2
import sys
3
4
-# Ensure the Python version is 3.8 or higher
+# Ensure the Python version is 3.9 or higher
5
assert sys.version_info >= (3, 9, 0), "DataTorch requires Python 3.9+"
6
7
with open("README.md", "r", encoding="utf-8") as fp:
0 commit comments