Skip to content

Commit

Permalink
changed python version
Browse files Browse the repository at this point in the history
  • Loading branch information
riadelimemmedov committed Jan 31, 2024
1 parent 07c4882 commit 5d75335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.10]
python-version: [3.9]
poetry-version: [1.7.1]
os: [windows-latest]
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.10]
python-version: [3.8]
poetry-version: [1.7.1]
os: [windows-latest]
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 5d75335

Please sign in to comment.