Skip to content

Commit

Permalink
Add py3.11 in CI (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahivert authored Nov 7, 2022
1 parent 7e66564 commit 6d0b7a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ["3.7", "3.8", "3.9", "3.10"]
python: ["3.7", "3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
Expand Down
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
style:
poetry run black .
poetry run isort .
poetry run flake8

test:
poetry run pytest

Expand Down

0 comments on commit 6d0b7a9

Please sign in to comment.