We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d96802 commit 1d3d385Copy full SHA for 1d3d385
.github/workflows/test.yml
@@ -16,7 +16,6 @@ jobs:
16
- macos-latest
17
18
python:
19
- - "3.7"
20
- "3.8"
21
- "3.9"
22
- "3.10"
README.rst
@@ -9,7 +9,7 @@ Node
9
:target: https://pypi.python.org/pypi/node
10
:alt: Number of PyPI downloads
11
12
-.. image:: https://github.com/conestack/node/actions/workflows/test.yaml/badge.svg
+.. image:: https://github.com/conestack/node/actions/workflows/test.yml/badge.svg
13
:target: https://github.com/conestack/node/actions/workflows/test.yml
14
:alt: Test node
15
@@ -574,7 +574,7 @@ For details on serialization API please read file in
574
Python Versions
575
---------------
576
577
-- Python 2.7, 3.7+
+- Python 3.8+ (tested)
578
- May work with other versions (untested)
579
580
0 commit comments