Skip to content

Commit

Permalink
chore: update dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hatamiarash7 committed Feb 25, 2024
1 parent 593ef03 commit 57d1596
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.10", "3.11", "3.12"]
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
uses: actions/checkout@v4.1.1

- name: Get version
run: |
Expand All @@ -43,12 +43,12 @@ jobs:
uses: actions/cache@v4
with:
path: ~/.local
key: poetry-1.5-0
key: poetry-2.0.3

- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: "1.5.0"
version: "2.0.3"
virtualenvs-create: true
virtualenvs-in-project: true

Expand Down

0 comments on commit 57d1596

Please sign in to comment.