Skip to content

Commit 6d0b7a9

Browse files
authored
Add py3.11 in CI (#197)
1 parent 7e66564 commit 6d0b7a9

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python: ["3.7", "3.8", "3.9", "3.10"]
16+
python: ["3.7", "3.8", "3.9", "3.10", "3.11"]
1717
steps:
1818
- uses: actions/checkout@v1
1919
- uses: actions/setup-python@v1

Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
style:
2-
poetry run black .
3-
poetry run isort .
4-
poetry run flake8
5-
61
test:
72
poetry run pytest
83

0 commit comments

Comments
 (0)