From 48e664597ff8ff5d647c7bf79af1f2fc95b270cf Mon Sep 17 00:00:00 2001 From: Aymeric Galan Date: Mon, 29 Jan 2024 17:55:19 -0500 Subject: [PATCH] Add python 3.10 to unit tests --- .github/workflows/ci-tests.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index f213b41..02307bd 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.7"] + python-version: ["3.7", "3.10"] steps: diff --git a/README.md b/README.md index cadb738..3d9c0a3 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # COOLEST: a standard for strong gravitational lensing studies -![PyPi python support](https://img.shields.io/badge/Python-3.7-blue) +![PyPi python support](https://img.shields.io/badge/Python-3.7%20|%203.10-blue) [![Tests](https://github.com/aymgal/COOLEST/actions/workflows/ci-tests.yml/badge.svg?branch=main)](https://github.com/aymgal/COOLEST/actions/workflows/ci-tests.yml) [![Coverage Status](https://coveralls.io/repos/github/aymgal/COOLEST/badge.svg)](https://coveralls.io/github/aymgal/COOLEST) [![Documentation Status](https://readthedocs.org/projects/coolest/badge/?version=latest)](https://coolest.readthedocs.io/en/latest/?badge=latest)