Skip to content

Commit

Permalink
Added funcsigs>=1.0.2 for python_version<3.5
Browse files Browse the repository at this point in the history
Signed-off-by: lironhl <liron.lavy@gmail.com>
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
  • Loading branch information
lironhl authored and gaborbernat committed Jul 14, 2020
1 parent aaec11f commit 32dc119
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- name: set PY
run: echo "::set-env name=PY::$(python -c 'import hashlib, sys;print(hashlib.sha256(sys.version.encode()+sys.executable.encode()).hexdigest())')"
- uses: actions/cache@v2
with:
path: ~/.cache/pre-commit
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
- uses: pre-commit/action@v1.1.0
- uses: pre-commit/action@v2.0.0

test:
name: ${{ matrix.py }}
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ project_urls =
packages = attrs_strict
install_requires =
attrs>=19.1.0
funcsigs>=1.0.2;python_version<'3.5'
typing>=3.7.4.1;python_version<'3.5'
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, <4
package_dir =
Expand Down

0 comments on commit 32dc119

Please sign in to comment.