Skip to content

Commit 7533cbe

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

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.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

0 commit comments

Comments
 (0)