Skip to content

Commit e1ec8ec

Browse files
committed
Workflow changes
1 parent 0f6f6aa commit e1ec8ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python: [3.7, 3.8, 3.9, 3.10, 3.11, 3.12]
16+
python: ["3.7", "3.8", "3.9", "3.10", "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,3 +1,3 @@
11
# gutenberg-py
22

3-
[![PyPI package](https://img.shields.io/badge/pip%20install-gutenberg-py-brightgreen)](https://pypi.org/project/gutenberg-py/) [![version number](https://img.shields.io/pypi/v/gutenberg-py?color=green&label=version)](https://pypi.org/project/gutenberg-py/releases) [![Actions Status](https://github.com/peterrauscher/gutenberg-py/workflows/Test/badge.svg)](https://github.com/peterrauscher/gutenberg-py/actions) [![License](https://img.shields.io/github/license/peterrauscher/gutenberg-py)](https://github.com/peterrauscher/gutenberg-py/blob/main/LICENSE)
3+
[![Install from PyPi](https://img.shields.io/badge/pip%20install-gutenberg-py-brightgreen)](https://pypi.org/project/gutenberg-py/) [![Version Number](https://img.shields.io/pypi/v/gutenberg-py?label=version)](https://pypi.org/project/gutenberg-py/releases) [![Tests Status](https://github.com/peterrauscher/gutenberg-py/workflows/Test/badge.svg)](https://github.com/peterrauscher/gutenberg-py/actions) [![License](https://img.shields.io/github/license/peterrauscher/gutenberg-py)](https://github.com/peterrauscher/gutenberg-py/blob/main/LICENSE)

0 commit comments

Comments
 (0)