Skip to content

Commit

Permalink
Move python to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff committed Dec 17, 2024
1 parent b5a7e75 commit ebb1037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.10

- name: Install package
run: make install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.10

- name: Install package
run: make install
Expand Down

0 comments on commit ebb1037

Please sign in to comment.