Skip to content

Commit

Permalink
Bump Python version to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
raccube committed Aug 16, 2024
1 parent 9b968dd commit 28ca87e
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 @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.10

- name: Cache dependencies
uses: actions/cache@v3
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.10

- name: Cache dependencies
uses: actions/cache@v3
Expand Down

0 comments on commit 28ca87e

Please sign in to comment.