Skip to content

Commit

Permalink
Merge pull request #205 from Shoobx/jvance-tests
Browse files Browse the repository at this point in the history
Add support for python 3.11
  • Loading branch information
millerdev authored Oct 28, 2022
2 parents ab5618a + 18edb11 commit cb1f727
Show file tree
Hide file tree
Showing 9 changed files with 310 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
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@v2
Expand Down
54 changes: 51 additions & 3 deletions jsonobject/api.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 51 additions & 3 deletions jsonobject/base.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 51 additions & 3 deletions jsonobject/base_properties.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 51 additions & 3 deletions jsonobject/containers.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cb1f727

Please sign in to comment.