Skip to content

Commit a984722

Browse files
committed
update build status
1 parent 2d4d5f3 commit a984722

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
max-parallel: 5
1111
matrix:
12-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
12+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
1313

1414
steps:
1515
- uses: actions/checkout@v1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# [uniparser](https://github.com/ClericPy/uniparser)
22

3-
[![PyPI](https://img.shields.io/pypi/v/uniparser?style=plastic)](https://pypi.org/project/uniparser/)[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/clericpy/uniparser/Python%20package?style=plastic)](https://github.com/ClericPy/uniparser/actions?query=workflow%3A%22Python+package%22)![PyPI - Wheel](https://img.shields.io/pypi/wheel/uniparser?style=plastic)![PyPI - Python Version](https://img.shields.io/pypi/pyversions/uniparser?style=plastic)![PyPI - Downloads](https://img.shields.io/pypi/dm/uniparser?style=plastic)![PyPI - License](https://img.shields.io/pypi/l/uniparser?style=plastic)
3+
[![PyPI](https://img.shields.io/pypi/v/uniparser?style=plastic)](https://pypi.org/project/uniparser/)[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/clericpy/uniparser/pythonpackage.yml)](https://github.com/ClericPy/uniparser/actions?query=workflow%3A%22Python+package%22)![PyPI - Wheel](https://img.shields.io/pypi/wheel/uniparser?style=plastic)![PyPI - Python Version](https://img.shields.io/pypi/pyversions/uniparser?style=plastic)![PyPI - Downloads](https://img.shields.io/pypi/dm/uniparser?style=plastic)![PyPI - License](https://img.shields.io/pypi/l/uniparser?style=plastic)
44

55
Provides a general low-code page parsing solution.
66

0 commit comments

Comments
 (0)