Skip to content

Commit e5a2f80

Browse files
authored
Merge pull request #990 from common-workflow-language/schema_salad_v3
Schema salad v3
2 parents fe6b2ea + f6bf5b9 commit e5a2f80

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ This is the reference implementation of the Common Workflow Language. It is
2121
intended to be feature complete and provide comprehensive validation of CWL
2222
files as well as provide other tools related to working with CWL.
2323

24-
This is written and tested for `Python <https://www.python.org/>`_ ``2.7 and 3.x {x = 4, 5, 6}``
24+
This is written and tested for
25+
`Python <https://www.python.org/>`_ ``2.7 and 3.x {x = 4, 5, 6, 7}``
2526

2627
The reference implementation consists of two packages. The ``cwltool`` package
2728
is the primary Python module containing the reference implementation in the

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ requests>=2.4.3
22
ruamel.yaml>=0.12.4,<=0.15.77
33
rdflib>=4.2.2,<4.3
44
shellescape>=3.4.1,<3.5
5-
schema-salad>=2.8,<3
5+
schema-salad>=3.0,<3.1
66
typing>=3.5.3; python_version<"3.6"
77
pathlib2==2.3.2; python_version<"3"
88
prov==1.5.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
'ruamel.yaml >= 0.12.4, <= 0.15.77',
5454
'rdflib >= 4.2.2, < 4.3.0',
5555
'shellescape >= 3.4.1, < 3.5',
56-
'schema-salad >= 2.8, < 3',
56+
'schema-salad >= 3.0, < 3.1',
5757
'mypy-extensions',
5858
'six >= 1.9.0', # >= 1.9.0 required by prov
5959
'psutil',

0 commit comments

Comments
 (0)