Skip to content

Commit b9cba6b

Browse files
committed
Updated CI to include python3.11
1 parent a58a155 commit b9cba6b

File tree

3 files changed

+34
-30
lines changed

3 files changed

+34
-30
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-20.04, macos-latest]
11-
python-version: [3.6]
12-
poetry-version: [1.1.4]
11+
python-version: [3.6, 3.11]
12+
poetry-version: [1.1.5]
1313
runs-on: ${{ matrix.os }}
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v3
1717
- name: Set up Python
18-
uses: actions/setup-python@v2
18+
uses: actions/setup-python@v4
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Run image

poetry.lock

Lines changed: 29 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ flake8-eradicate = "^1.0.0"
4040
flake8-isort = "^4.0.0"
4141
flake8-use-fstring = "^1.1"
4242
isort = "^5.7.0"
43-
mypy = "^0.800"
43+
mypy = "0.900"
4444
pylint = "^2.6.2"
4545
pytest = "^6.2.2"
4646
vulture = "^2.3"

0 commit comments

Comments
 (0)