Skip to content

Commit ee3cfa3

Browse files
committed
Merge branch '245_CI_badge_fix' into 'master'
Fix CI and Zenodo badges Closes #245 See merge request mass-spectrometry/corems!225
2 parents 76354e2 + 837792f commit ee3cfa3

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
<br>
66
<br>
7-
<a href="https://doi.org/10.5281/zenodo.4641552"><img src="https://zenodo.org/badge/DOI/10.5281/zenodo.4641552.svg" alt="DOI"></a>
8-
<a href="https://github.com/EMSL-Computing/CoreMS/actions/workflows/ci.yml"><img src="https://github.com/EMSL-Computing/CoreMS/actions/workflows/ci.yml/badge.svg" alt="CI"></a>
9-
<a href="https://pypi.org/project/CoreMS/"><img src="https://img.shields.io/pypi/v/CoreMS.svg" alt="PyPI"></a>
10-
<a href="https://pypi.org/project/CoreMS/"><img src="https://img.shields.io/pypi/pyversions/CoreMS.svg" alt="Python versions"></a>
7+
<a href="https://doi.org/10.5281/zenodo.4641552"><img src="https://img.shields.io/badge/DOI-10.5281%2Fzenodo.4641552-blue.svg" alt="DOI"></a>
8+
<a href="https://github.com/EMSL-Computing/CoreMS/actions/workflows/tests.yml"><img src="https://github.com/EMSL-Computing/CoreMS/actions/workflows/tests.yml/badge.svg" alt="CI"></a>
9+
<a href="https://pypi.org/project/CoreMS/"><img src="https://img.shields.io/pypi/v/CoreMS.svg?cacheSeconds=60" alt="PyPI"></a>
10+
<a href="https://pypi.org/project/CoreMS/"><img src="https://img.shields.io/pypi/pyversions/CoreMS.svg?cacheSeconds=60" alt="Python versions"></a>
1111
<br>
1212
</div>
1313

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ authors = [{ name = "Corilo, Yuri", email = "corilo@pnnl.gov" }]
1212
requires-python = ">=3.10"
1313
classifiers = [
1414
"License :: OSI Approved :: BSD License",
15-
"Programming Language :: Python :: 3.9",
1615
"Programming Language :: Python :: 3.10",
1716
"Programming Language :: Python :: 3.11",
1817
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)