Skip to content

Commit

Permalink
Merge pull request #16 from ioxiocom/feature/py3.11_tests
Browse files Browse the repository at this point in the history
Including tests for Py 3.11 and local dependencies to support it
  • Loading branch information
lietu authored Nov 13, 2023
2 parents b228011 + adfca6c commit 5ebec74
Show file tree
Hide file tree
Showing 3 changed files with 654 additions and 508 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- name: Checkout 🔁
uses: actions/checkout@v3
Expand Down
Loading

0 comments on commit 5ebec74

Please sign in to comment.