Skip to content

Commit

Permalink
try to update workflow to use python 3.10 instead of python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hunhoffe committed Sep 20, 2024
1 parent ae7b161 commit 085f63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.8'
python-version: '3.10'

- name: Install Python packages
run: |
Expand Down

0 comments on commit 085f63e

Please sign in to comment.