File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 5
5
[ ![ PyPI Status] ( https://badge.fury.io/py/stochman.svg )] ( https://badge.fury.io/py/stochman )
6
6
[ ![ PyPI Status] ( https://pepy.tech/badge/stochman )] ( https://pepy.tech/badge/stochman )
7
7
[ ![ license] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://github.com/MachineLearningLifeScience/stochman/blob/master/LICENSE )
8
-
8
+ [ ![ Tests ] ( https://github.com/MachineLearningLifeScience/stochman/actions/workflows/tests.yml/badge.svg )] ( https://github.com/MachineLearningLifeScience/stochman/blob/master/.github/workflows/tests.yml )
9
9
# StochMan - Stochastic Manifolds made easier
10
10
11
11
StochMan (Stochastic Manifolds) is a collection of elementary algorithms for computations
Original file line number Diff line number Diff line change @@ -66,8 +66,6 @@ def run(self):
66
66
# Specify the Python versions you support here. In particular, ensure
67
67
# that you indicate whether you support Python 2, Python 3 or both.
68
68
"Programming Language :: Python :: 3" ,
69
- "Programming Language :: Python :: 3.6" ,
70
- "Programming Language :: Python :: 3.7" ,
71
69
"Programming Language :: Python :: 3.8" ,
72
70
"Programming Language :: Python :: 3.9" ,
73
71
],
You can’t perform that action at this time.
0 commit comments