Skip to content

Commit

Permalink
use python 3.10 instead of 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Toddelismyname committed Feb 1, 2025
1 parent 614ecd0 commit c9a47fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/port-to-v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.9'
python-version: '3.10'

- name: Install dependencies
run: |
Expand Down

0 comments on commit c9a47fa

Please sign in to comment.