Skip to content

Commit

Permalink
python example: update to use python 3.12
Browse files Browse the repository at this point in the history
* To make sure the example still works in the latest python version.
  • Loading branch information
yookoala committed Feb 1, 2024
1 parent 7ac657e commit c776aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Setup Python3
uses: actions/setup-python@v5
with:
python-version: '3.8'
python-version: '3.12'
- name: Setup Python3 modules
run: |
python3 -m pip install --upgrade pip
Expand Down

0 comments on commit c776aa3

Please sign in to comment.