Skip to content

Commit

Permalink
Merge pull request #27 from caponetto/add-py311-ci
Browse files Browse the repository at this point in the history
Add Python 3.11 to CI matrix
  • Loading branch information
etirelli authored Aug 27, 2024
2 parents 196f35c + 68d18f5 commit be006aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9, "3.10"]
python-version: [3.8, 3.9, "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
node-version: "*"
- uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"
- uses: actions/cache@v3
with:
path: |
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
node-version: "*"
- uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"
- uses: actions/cache@v3
with:
path: |
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9, "3.10"]
python-version: [3.8, 3.9, "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- name: Validate image environment
Expand Down

0 comments on commit be006aa

Please sign in to comment.