Skip to content

Commit

Permalink
Move to python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
YvesSchoenberg committed Dec 20, 2023
1 parent 8049d78 commit 268a881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x' # Specify the Python version here
python-version: '3.10' # Specify the Python version here

- name: Set up Roboto Config
run: |
Expand Down

0 comments on commit 268a881

Please sign in to comment.