Skip to content

Commit

Permalink
Set min Python requirement to 3.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
tibuch committed Aug 11, 2022
1 parent fe727d0 commit 0d47256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"Topic :: Scientific/Engineering",
"License :: OSI Approved :: BSD License"
],
python_requires='>=3.6',
python_requires='>=3.8',
install_requires=[
"numpy",
"mrcfile",
Expand Down

0 comments on commit 0d47256

Please sign in to comment.