Skip to content

Commit

Permalink
require python 3.6 and above
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel Saul committed May 6, 2020
1 parent 1f95443 commit 706c001
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
6 changes: 0 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ build: false

environment:
matrix:
- PYTHON_VERSION: 3.5
MINICONDA: C:\Miniconda3

- PYTHON_VERSION: 3.5
MINICONDA: C:\Miniconda3-x64

- PYTHON_VERSION: 3.6
MINICONDA: C:\Miniconda3

Expand Down
2 changes: 1 addition & 1 deletion ripser/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.1"
__version__ = "0.5.1"
14 changes: 14 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,18 @@ def run(self):
]
},
cmdclass={'build_ext': CustomBuildExtCommand},
python_requires='>=3.6',
classifiers=[
'Intended Audience :: Science/Research',
'Intended Audience :: Education',
'Intended Audience :: Financial and Insurance Industry',
'Intended Audience :: Healthcare Industry',
'Topic :: Scientific/Engineering :: Information Analysis',
'Topic :: Scientific/Engineering :: Mathematics',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8'
],
keywords='persistent homology, rips filtration, persistence diagrams, topology data analysis, algebraic topology, unsupervised learning'
)

0 comments on commit 706c001

Please sign in to comment.