Skip to content

Commit

Permalink
bump python for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ahwagner committed Mar 6, 2024
1 parent 532bcf6 commit 4c14e9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
with:
submodules: recursive

- name: Set up Python 3.10
- name: Set up Python 3.12
uses: actions/setup-python@v2
with:
python-version: '3.10'
python-version: '3.12'
architecture: 'x64'

- name: Install dependencies
Expand Down

0 comments on commit 4c14e9f

Please sign in to comment.