Skip to content

Commit

Permalink
dev: Bump CI to Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
adigitoleo committed Mar 22, 2024
1 parent 2d30d91 commit 70a219c
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,7 +20,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.12'

- name: Install and test
run: |
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.12'

- name: Install and test
run: |
Expand All @@ -62,7 +62,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.12'

- name: Install and test
run: |
Expand Down

0 comments on commit 70a219c

Please sign in to comment.