Skip to content

Commit

Permalink
CI: bump python versions 3.9 -> 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Jensen committed Dec 20, 2024
1 parent 275caea commit 4b29f99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
with:
persist-credentials: true

- name: Setup Python 3.9
- name: Setup Python 3.11
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.11

- name: Install dependencies
run: |
Expand All @@ -48,7 +48,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ['3.10']
python-version: ['3.11']
include:
- os: ubuntu-latest
pippath: ~/.cache/pip
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
- name: Setup Python Release
uses: actions/setup-python@v2
with:
python-version: '3.10'
python-version: '3.11'

- name: Install dependencies
env:
Expand Down

0 comments on commit 4b29f99

Please sign in to comment.