Skip to content

Commit

Permalink
Change tested python version to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
aymgal committed Jan 29, 2024
1 parent 48e6645 commit 1ecebac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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", "3.10"]
python-version: ["3.8"]

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%20|%203.10-blue)
![PyPi python support](https://img.shields.io/badge/Python-3.8-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
2 changes: 1 addition & 1 deletion requirements_tests.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest
lenstronomy==1.11.0
lenstronomy==1.11.3

0 comments on commit 1ecebac

Please sign in to comment.