Skip to content

Commit 514ac60

Browse files
committed
update badges
1 parent d5f23a9 commit 514ac60

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![PyPI Status](https://badge.fury.io/py/stochman.svg)](https://badge.fury.io/py/stochman)
66
[![PyPI Status](https://pepy.tech/badge/stochman)](https://pepy.tech/badge/stochman)
77
[![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)
99
# StochMan - Stochastic Manifolds made easier
1010

1111
StochMan (Stochastic Manifolds) is a collection of elementary algorithms for computations

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ def run(self):
6666
# Specify the Python versions you support here. In particular, ensure
6767
# that you indicate whether you support Python 2, Python 3 or both.
6868
"Programming Language :: Python :: 3",
69-
"Programming Language :: Python :: 3.6",
70-
"Programming Language :: Python :: 3.7",
7169
"Programming Language :: Python :: 3.8",
7270
"Programming Language :: Python :: 3.9",
7371
],

0 commit comments

Comments
 (0)