Skip to content

Commit 10cfea8

Browse files
authored
Readme test (#31)
* update requirements for readme.yml * remove Python 3.8 from readme
1 parent 2525f82 commit 10cfea8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install package and dependencies
2424
run: |
2525
python -m pip install --upgrade pip
26-
python -m pip install invoke rundoc .
26+
python -m pip install invoke tomli rundoc .
2727
- name: invoke readme
2828
env:
2929
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</p>
55

66
[![Development Status](https://img.shields.io/badge/Development%20Status-2%20--%20Pre--Alpha-yellow)](https://pypi.org/search/?c=Development+Status+%3A%3A+2+-+Pre-Alpha)
7-
[![Python](https://img.shields.io/badge/Python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11-blue)](https://badge.fury.io/py/sigllm)
7+
[![Python](https://img.shields.io/badge/Python-3.9%20%7C%203.10%20%7C%203.11-blue)](https://badge.fury.io/py/sigllm)
88
[![PyPi Shield](https://img.shields.io/pypi/v/sigllm.svg)](https://pypi.python.org/pypi/sigllm)
99
[![Run Tests](https://github.com/sintel-dev/sigllm/actions/workflows/tests.yml/badge.svg)](https://github.com/sintel-dev/sigllm/actions/workflows/tests.yml)
1010
[![Downloads](https://pepy.tech/badge/sigllm)](https://pepy.tech/project/sigllm)
@@ -117,4 +117,4 @@ Sarah Alnegheimish, Linh Nguyen, Laure Berti-Equille, Kalyan Veeramachaneni. [Ca
117117
organization={IEEE},
118118
year={2024}
119119
}
120-
```
120+
```

0 commit comments

Comments
 (0)