Skip to content

Commit 1d3d385

Browse files
committed
No longer run python 3.7 tests in ci, fix test badge URL.
1 parent 4d96802 commit 1d3d385

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/test.yml

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
- macos-latest
1717

1818
python:
19-
- "3.7"
2019
- "3.8"
2120
- "3.9"
2221
- "3.10"

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Node
99
:target: https://pypi.python.org/pypi/node
1010
:alt: Number of PyPI downloads
1111

12-
.. image:: https://github.com/conestack/node/actions/workflows/test.yaml/badge.svg
12+
.. image:: https://github.com/conestack/node/actions/workflows/test.yml/badge.svg
1313
:target: https://github.com/conestack/node/actions/workflows/test.yml
1414
:alt: Test node
1515

@@ -574,7 +574,7 @@ For details on serialization API please read file in
574574
Python Versions
575575
---------------
576576

577-
- Python 2.7, 3.7+
577+
- Python 3.8+ (tested)
578578
- May work with other versions (untested)
579579

580580

0 commit comments

Comments
 (0)