Skip to content

Commit

Permalink
Updated CI to include python3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
cibinmathew committed Oct 21, 2023
1 parent a58a155 commit 7533cbe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, macos-latest]
python-version: [3.6]
poetry-version: [1.1.4]
python-version: [3.6, 3.11]
poetry-version: [1.1.5]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Run image
Expand Down

0 comments on commit 7533cbe

Please sign in to comment.