Skip to content

Commit 70519d9

Browse files
authored
Merge pull request #128 from common-workflow-language/bump_avro
Bump version of `avro` for Python 3
2 parents 9554e5f + 2543f2c commit 70519d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
typing==3.5.3
2-
avro-cwl ; python_version>="3"
2+
avro-cwl==1.8.4 ; python_version>="3"
33
future ; python_version>="3"
44
avro==1.8.1 ; python_version<"3"
55
ruamel.yaml>=0.12.4, <0.15

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
extras_require={
4141
':python_version<"3"': ['avro == 1.8.1'],
42-
':python_version>="3"': ['future', 'avro-cwl == 1.8.3'] # fork of avro for working with python3
42+
':python_version>="3"': ['future', 'avro-cwl == 1.8.4'] # fork of avro for working with python3
4343
}
4444

4545
setup(name='schema-salad',

0 commit comments

Comments
 (0)