🤝 update project static information

This commit is contained in:
chfw 2021-10-07 21:51:24 +01:00
parent 04f992c2ed
commit c8102bd638
6 changed files with 21 additions and 18 deletions

View File

@ -14,7 +14,7 @@ jobs:
python-version: 3.8
- name: lint
run: |
pip install flake8
pip install -r tests/requirements.txt
pip --use-deprecated=legacy-resolver install flake8
pip --use-deprecated=legacy-resolver install -r tests/requirements.txt
flake8 --exclude=.moban.d,docs,setup.py --builtins=unicode,xrange,long .
python setup.py checkdocs

View File

@ -8,6 +8,7 @@ jobs:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.PAT }}
- name: Set up Python
uses: actions/setup-python@v1
with:
@ -20,10 +21,8 @@ jobs:
git diff --exit-code
- name: Auto-commit
if: failure()
uses: docker://cdssnc/auto-commit-github-action
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: stefanzweifel/git-auto-commit-action@v4
with:
args: >-
commit_message: >-
This is an auto-commit, updating project meta data,
such as changelog.rst, contributors.rst

View File

@ -9,6 +9,9 @@ jobs:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
os: [macOs-latest, ubuntu-latest, windows-latest]
exclude:
- os: macOs-latest
python-version: 3.6
runs-on: ${{ matrix.os }}
name: run tests
@ -20,8 +23,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: install
run: |
pip install -r requirements.txt
pip install -r tests/requirements.txt
pip --use-deprecated=legacy-resolver install -r requirements.txt
pip --use-deprecated=legacy-resolver install -r tests/requirements.txt
- name: test
run: |
pip freeze

View File

@ -1,6 +1,6 @@
5 contributors
6 contributors
================================================================================
In alphabetical order:
@ -9,4 +9,5 @@ In alphabetical order:
* `John Vandenberg <https://github.com/jayvdb>`_
* `Stephen J. Fuhry <https://github.com/fuhrysteve>`_
* `Stephen Rauch <https://github.com/stephenrauch>`_
* `vinraspa <https://github.com/vinraspa>`_
* `Víctor Antonio Hernández Monroy <https://github.com/antherkiv>`_

View File

@ -108,9 +108,9 @@ sqlalchemy supported databases. Its supported file formats are extended to cover
Plugin shopping guide
------------------------
Since 2020, all pyexcel-io plugins have dropped the support for python version
lower than 3.6. If you want to use any python verions, please use pyexcel-io
and its plugins version lower than 0.6.0.
Since 2020, all pyexcel-io plugins have dropped the support for python versions
which are lower than 3.6. If you want to use any of those Python versions, please use pyexcel-io
and its plugins versions that are lower than 0.6.0.
Except 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:
#. pip install -r tests/requirements.txt
Once you have finished your changes, please provide test case(s), relevant documentation
and update CHANGELOG.rst.
and update changelog.yml
.. note::
@ -224,7 +224,7 @@ On Linux/Unix systems, please launch your tests like this::
$ make
On Windows systems, please issue this command::
On Windows, please issue this command::
> test.bat
@ -236,7 +236,7 @@ Please run::
$ make format
so as to beautify your code otherwise travis-ci may fail your unit test.
so as to beautify your code otherwise your build may fail your unit test.

View File

@ -97,9 +97,9 @@ For individual excel file formats, please install them as you wish:
Plugin shopping guide
------------------------
Since 2020, all pyexcel-io plugins have dropped the support for python version
lower than 3.6. If you want to use any python verions, please use pyexcel-io
and its plugins version lower than 0.6.0.
Since 2020, all pyexcel-io plugins have dropped the support for python versions
which are lower than 3.6. If you want to use any of those Python versions, please use pyexcel-io
and its plugins versions that are lower than 0.6.0.
Except csv files, xls, xlsx and ods files are a zip of a folder containing a lot of