Skip to content

Commit

Permalink
Support Python 3.10 and 3.11 (#33)
Browse files Browse the repository at this point in the history
* Support Python 3.10 and 3.11

* Update dev dependencies
  • Loading branch information
edgarrmondragon authored May 25, 2023
1 parent 4c60e6b commit 3ae34bc
Show file tree
Hide file tree
Showing 3 changed files with 154 additions and 127 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
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.7", "3.8", "3.9"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
Loading

0 comments on commit 3ae34bc

Please sign in to comment.