Skip to content

Commit

Permalink
Stop supporting Python 3.6 (#975)
Browse files Browse the repository at this point in the history
* first commit

* >= py36
  • Loading branch information
nikfilippas committed Aug 5, 2022
1 parent 87076bc commit 60c98a0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ def run(self):
include_package_data=True,
use_scm_version=True,
distclass=Distribution,
python_requires='>=3.7.0',
setup_requires=['setuptools_scm'],
install_requires=['numpy', 'pyyaml'],
cmdclass={'build_py': Build, 'develop': Develop, 'clean': Clean},
Expand All @@ -102,9 +103,7 @@ def run(self):
'Operating System :: MacOS :: MacOS X',
'Operating System :: POSIX :: Linux',
'Programming Language :: C',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python',
'Topic :: Scientific/Engineering :: Physics'
]
)

0 comments on commit 60c98a0

Please sign in to comment.