Skip to content

Commit

Permalink
Add python 3.10 to unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aymgal committed Jan 29, 2024
1 parent a77d405 commit 48e6645
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7"]
python-version: ["3.7", "3.10"]

steps:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 48e6645

Please sign in to comment.