Skip to content

Commit

Permalink
build: add 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Jan 28, 2024
1 parent 34137fd commit 73fa198
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ["3.12"]
python-version: ["3.12", "3.11"]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}

test_image_with_new_tag:
# needs: Continuous-Deployment
needs: Continuous-Deployment
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand All @@ -211,7 +211,7 @@ jobs:
test_image_with_latest_tag:
# needs: Continuous-Deployment
needs: Continuous-Deployment
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down

0 comments on commit 73fa198

Please sign in to comment.