Skip to content

Commit

Permalink
Increased python version
Browse files Browse the repository at this point in the history
  • Loading branch information
nikpodsh committed Oct 9, 2023
1 parent 085ec91 commit e1d20a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
author=__author__,
package_dir={'': 'stacks'},
packages=setuptools.find_packages(where='stacks'),
python_requires='>=3.7',
python_requires='>=3.8',
)

0 comments on commit e1d20a8

Please sign in to comment.