Skip to content

Commit

Permalink
Merge pull request #13 from mjlshen/python3.11
Browse files Browse the repository at this point in the history
Update wrapt to 1.14.0 to support Python 3.11
  • Loading branch information
nashmaniac committed Jun 15, 2023
2 parents c0fc5a4 + 13ca8fc commit 6814b79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Run Action
# we can give directory path that contains action.yaml or repo address in username/repository_name format
# in our case it would be nashmaniac/create-issue-action
Expand All @@ -17,4 +17,4 @@ jobs:
token: ${{secrets.GITHUB_TOKEN}} # default token in GitHub Workflow
assignees: ${{github.actor}} # actor who started the workflow
labels: worflow-failed
body: Workflow failed for commit ${{github.sha}}
body: Workflow failed for commit ${{github.sha}}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ PyGithub==1.51
PyJWT==1.7.1
requests==2.23.0
urllib3==1.25.9
wrapt==1.12.1
wrapt==1.14.0

0 comments on commit 6814b79

Please sign in to comment.