Skip to content

Commit

Permalink
Update Python version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 committed May 16, 2024
1 parent 9790523 commit 8f0bbfd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup python 3.9
uses: actions/setup-python@v4
- name: Setup Python 3.12
uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: '3.12'

- name: Install packages
run: |
Expand Down

0 comments on commit 8f0bbfd

Please sign in to comment.