@@ -8,8 +8,8 @@ pyexcel-io - Let you focus on data, instead of file formats
88.. image :: https://raw.githubusercontent.com/pyexcel/pyexcel-mobans/master/images/awesome-badge.svg
99 :target: https://awesome-python.com/#specific-formats-processing
1010
11- .. image :: https://travis-ci.org /pyexcel/pyexcel-io.svg?branch=master
12- :target: http://travis-ci.org /pyexcel/pyexcel-io
11+ .. image :: https://github.com /pyexcel/pyexcel-io/workflows/run_tests/badge .svg
12+ :target: http://github.com /pyexcel/pyexcel-io/actions
1313
1414.. image :: https://codecov.io/gh/pyexcel/pyexcel-io/branch/master/graph/badge.svg
1515 :target: https://codecov.io/gh/pyexcel/pyexcel-io
@@ -108,9 +108,9 @@ sqlalchemy supported databases. Its supported file formats are extended to cover
108108Plugin shopping guide
109109------------------------
110110
111- Since 2020, all pyexcel-io plugins have dropped the support for python version
112- lower than 3.6. If you want to use any python verions , please use pyexcel-io
113- and its plugins version lower than 0.6.0.
111+ Since 2020, all pyexcel-io plugins have dropped the support for python versions
112+ which are lower than 3.6. If you want to use any of those Python versions , please use pyexcel-io
113+ and its plugins versions that are lower than 0.6.0.
114114
115115
116116Except csv files, xls, xlsx and ods files are a zip of a folder containing a lot of
@@ -205,7 +205,7 @@ Then install relevant development requirements:
205205#. pip install -r tests/requirements.txt
206206
207207Once you have finished your changes, please provide test case(s), relevant documentation
208- and update CHANGELOG.rst.
208+ and update changelog.yml
209209
210210.. note ::
211211
@@ -224,7 +224,7 @@ On Linux/Unix systems, please launch your tests like this::
224224
225225 $ make
226226
227- On Windows systems , please issue this command::
227+ On Windows, please issue this command::
228228
229229 > test.bat
230230
@@ -236,7 +236,7 @@ Please run::
236236
237237 $ make format
238238
239- so as to beautify your code otherwise travis-ci may fail your unit test.
239+ so as to beautify your code otherwise your build may fail your unit test.
240240
241241
242242
0 commit comments