Skip to content

Commit e98586b

Browse files
committed
remove python versions
1 parent c768b2e commit e98586b

File tree

3 files changed

+2
-15
lines changed

3 files changed

+2
-15
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,6 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
include:
24-
- os: ubuntu-18.04
25-
python-version: "3.6"
26-
envfile: "environment.yml"
27-
channel-priority: "flexible"
28-
name: "Minimal dependencies"
29-
30-
- os: ubuntu-latest
31-
python-version: "3.7"
32-
channel-priority: "strict"
33-
envfile: "environment.yml"
34-
3524
- os: ubuntu-latest
3625
python-version: "3.8"
3726
channel-priority: "strict"

README.md

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

55
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
66
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/musicaiz)](https://pypi.org/project/musicaiz)
7-
![tests](https://github.com/carlosholivan/musicaiz/actions/workflows/pytest.yml/badge.svg)
8-
![Build Status](https://github.com/carlosholivan/musicaiz/actions/workflows/coverage.yml/badge.svg)
7+
[![CI](https://github.com/carlosholivan/musicaiz/actions/workflows/ci.yml/badge.svg)](https://github.com/carlosholivan/musicaiz/actions/workflows/ci.yml)
8+
[![codecov](https://codecov.io/gh/carlosholivan/musicaiz/branch/main/graph/badge.svg?token=ULWnUHaIJC)](https://codecov.io/gh/carlosholivan/musicaiz)
99
[![Supported Platforms](https://img.shields.io/badge/platforms-macOS%20%7C%20Windows%20%7C%20Linux-green)](https://pypi.org/project/musanalysis)
1010
[![PyPI - Downloads](https://img.shields.io/pypi/dm/musicaiz)](https://pypistats.org/packages/musicaiz)
1111

setup.cfg

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ classifiers =
3232
Topic :: Multimedia :: Sound/Audio :: Analysis
3333
Framework :: Matplotlib
3434
Programming Language :: Python :: 3
35-
Programming Language :: Python :: 3.6
36-
Programming Language :: Python :: 3.7
3735
Programming Language :: Python :: 3.8
3836
Programming Language :: Python :: 3.9
3937

0 commit comments

Comments
 (0)