Skip to content

Commit

Permalink
Limit to Python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Feb 12, 2021
1 parent d7fbcc4 commit 7a7c5da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
'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 7a7c5da

Please sign in to comment.