Skip to content

Commit 037a557

Browse files
authored
Update setup.py
1 parent 9bae5ef commit 037a557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22
import sys
33

4-
# Ensure the Python version is 3.8 or higher
4+
# Ensure the Python version is 3.9 or higher
55
assert sys.version_info >= (3, 9, 0), "DataTorch requires Python 3.9+"
66

77
with open("README.md", "r", encoding="utf-8") as fp:

0 commit comments

Comments
 (0)