Skip to content

Commit 0857c2c

Browse files
2 parents 17b47de + 5de39d6 commit 0857c2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: ["3.8", "3.9", "3.10", "3.11"]
16+
python-version: ["3.11"]
1717

1818
steps:
1919
- uses: actions/checkout@v3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SunCET Instrument Simulator
22

3-
![Python 3.8 | 3.9 | 3.10 | 3.11](https://img.shields.io/badge/python-3.8_|_3.9|_3.10_|3.11-blue)
3+
![Python 3.11](https://img.shields.io/badge/python-3.11-blue)
44
[![Tests](https://github.com/suncet/suncet_instrument_simulator/actions/workflows/tests.yml/badge.svg)](https://github.com/suncet/suncet_instrument_simulator/actions/workflows/tests.yml)
55

66
[![Example of synthetic SunCET observations generated with this code](https://img.youtube.com/vi/GFjgdv2Y7gY/0.jpg)](https://www.youtube.com/watch?v=GFjgdv2Y7gY)

0 commit comments

Comments
 (0)