From f376f590e8cd14ce32d0fef0d72159b73699abc2 Mon Sep 17 00:00:00 2001 From: Gavin Huttley Date: Thu, 17 Jul 2025 09:31:06 +1000 Subject: [PATCH 1/2] DOC: update python version badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 580dffd..f1fc8ad 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Python Versions](https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12-blue)](https://www.python.org/) +![PyPI - Python Version](https://img.shields.io/pypi/pyversions/cogent3) [![CI](https://github.com/HuttleyLab/MutationMotif/actions/workflows/testing_develop.yml/badge.svg)](https://github.com/HuttleyLab/MutationMotif/actions/workflows/testing_develop.yml) [![Coverage Status](https://coveralls.io/repos/github/HuttleyLab/MutationMotif/badge.svg?branch=develop)](https://coveralls.io/github/HuttleyLab/MutationMotif?branch=develop) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/ffc29377d3684100b74a868e4a15970d)](https://app.codacy.com/gh/HuttleyLab/MutationMotif/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) From 2465ffc8e588257ddbb47d860b6d074ac87dcbe6 Mon Sep 17 00:00:00 2001 From: Gavin Huttley Date: Thu, 17 Jul 2025 09:31:56 +1000 Subject: [PATCH 2/2] DEV: save energy, reduce tested python matrix --- .github/workflows/testing_develop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing_develop.yml b/.github/workflows/testing_develop.yml index bea5caa..e49d389 100644 --- a/.github/workflows/testing_develop.yml +++ b/.github/workflows/testing_develop.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: os: [macos-latest, ubuntu-latest] - python-version: ["3.10", "3.11", "3.12", "3.13"] + python-version: ["3.10", "3.13"] steps: - uses: "actions/checkout@v4"