Skip to content

Commit

Permalink
chore: support python 3.11 (#20)
Browse files Browse the repository at this point in the history
* support python 3.11

* update dependencies for 3.11

* update sdk
  • Loading branch information
Ken Payne authored Mar 30, 2023
1 parent 8586ccf commit aaabf10
Show file tree
Hide file tree
Showing 3 changed files with 757 additions and 817 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
SF_ROLE: ${{secrets.SF_ROLE}}
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v3
Expand Down
Loading

0 comments on commit aaabf10

Please sign in to comment.