Skip to content

Commit

Permalink
Use wrapt instead functools
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhammerl committed Jul 30, 2024
1 parent cfb2b95 commit 1ee3ba6
Show file tree
Hide file tree
Showing 6 changed files with 474 additions and 353 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- '3.12'
name: Python ${{ matrix.python }}
steps:
- name: Check out repository code
Expand Down Expand Up @@ -49,7 +51,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: '3.8'
python-version: '3.12'

- name: Install pipenv
run: python -m pip install --upgrade twine wheel
Expand Down
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ pre-commit = "*"
typing-extensions = "*"

[packages]
wrapt = "*"

[scripts]
format = "black resultify test"
Expand Down
Loading

0 comments on commit 1ee3ba6

Please sign in to comment.