Skip to content

Commit cc2e9ba

Browse files
committed
Remove restriction on Python 3.6
1 parent 28f9f0a commit cc2e9ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,10 @@ def find_version(*file_paths):
4040
'Topic :: Scientific/Engineering :: Physics',
4141
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
4242
'Programming Language :: Python :: 3.6',
43+
'Programming Language :: Python :: 3.7',
44+
'Programming Language :: Python :: 3.8',
4345
],
44-
python_requires='>=3.6, <3.7',
46+
python_requires='>=3.6',
4547
keywords='thermodynamic-properties quasi-harmonic-approximation scientific-computation',
4648
install_requires=[
4749
'lazy_property',

0 commit comments

Comments
 (0)