Skip to content

Commit 0fce588

Browse files
committed
Fix required Python version badge
Need to use the PEP621 TOML badge
1 parent 83a3603 commit 0fce588

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![PyPI version](https://img.shields.io/pypi/v/pdfbaker)](https://pypi.org/project/pdfbaker/)
44
[![tests](https://github.com/pythonnz/pdfbaker/actions/workflows/tests.yaml/badge.svg)](https://github.com/pythonnz/pdfbaker/actions/workflows/tests.yaml)
55
[![Last commit](https://img.shields.io/github/last-commit/pythonnz/pdfbaker)](https://github.com/pythonnz/pdfbaker/commits/main)
6-
[![Python](https://img.shields.io/pypi/pyversions/pdfbaker)](https://github.com/pythonnz/pdfbaker/blob/main/pyproject.toml)
6+
[![Python](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2Fpythonnz%2Fpdfbaker%2Frefs%2Fheads%2Fmain%2Fpyproject.toml)](https://github.com/pythonnz/pdfbaker/blob/main/pyproject.toml)
77
[![codecov](https://codecov.io/gh/pythonnz/pdfbaker/branch/main/graph/badge.svg)](https://codecov.io/gh/pythonnz/pdfbaker)
88
[![Downloads](https://img.shields.io/pypi/dw/pdfbaker)](https://pypistats.org/packages/pdfbaker)
99
[![License](https://img.shields.io/github/license/pythonnz/pdfbaker)](https://github.com/pythonnz/pdfbaker/blob/main/LICENSE)

0 commit comments

Comments
 (0)