Skip to content

Commit

Permalink
Bump python to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Liquid369 committed Apr 8, 2024
1 parent 80643db commit 686c55b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Initialize Python
uses: actions/setup-python@v5
with:
python-version: 3.7
python-version: '3.10'

- name: Install Dependencies
run: |
Expand Down Expand Up @@ -61,10 +61,10 @@ jobs:
steps:
- name: Get Source
uses: actions/checkout@v4
- name: Setup Python 3.7
- name: Setup Python 3.10
uses: actions/setup-python@v5
with:
python-version: 3.7
python-version: '3.10'
- name: Setup pip cache
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 686c55b

Please sign in to comment.