Skip to content

Commit

Permalink
Update python-package.yml (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
raratiru authored Apr 10, 2024
1 parent 64bdf5d commit 7cacd8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"] # CHECK
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] # CHECK

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.11" # CHECK
python-version: "3.12" # CHECK

- name: Install last pass dependencies
run: |
Expand Down

0 comments on commit 7cacd8e

Please sign in to comment.