Skip to content

Commit

Permalink
Merge pull request #63 from pyiron/python_3_5
Browse files Browse the repository at this point in the history
Limit to Python 3.5
  • Loading branch information
jan-janssen committed Feb 12, 2021
2 parents d7fbcc4 + 9d0843b commit 8efcfc6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@
'License :: OSI Approved :: BSD License',
'Intended Audience :: Science/Research',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7'],
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9'
],

keywords='pysqa',
packages=find_packages(exclude=["*tests*"]),
Expand Down

0 comments on commit 8efcfc6

Please sign in to comment.