Skip to content

Commit

Permalink
python version
Browse files Browse the repository at this point in the history
  • Loading branch information
jackivanov committed Dec 7, 2023
1 parent e997776 commit a8062ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
python-version: '3.9'
python-version: '3.11'
cache: 'pip'

- name: Install dependencies
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
python-version: '3.9'
python-version: '3.11'
cache: 'pip'

- name: Install dependencies
Expand Down

0 comments on commit a8062ea

Please sign in to comment.