Skip to content

Commit

Permalink
require python >= 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
uadnan committed Apr 25, 2024
1 parent 898bf65 commit e273e9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
name='torchcast',
version=__version__,
license='MIT',
python_requires='>= 3.8',
packages=find_packages(include='torchcast.*'),
zip_safe=False,
install_requires=[
Expand Down

0 comments on commit e273e9b

Please sign in to comment.