Skip to content

Commit

Permalink
Fix workflow files for new min python version
Browse files Browse the repository at this point in the history
  • Loading branch information
k1o0 committed Nov 1, 2024
1 parent dba5658 commit 988ea41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ibllib_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
max-parallel: 2
matrix:
os: ["windows-latest", "ubuntu-latest"]
python-version: ["3.8", "3.11"]
python-version: ["3.10", "3.12"]
exclude:
- os: windows-latest
python-version: 3.8
python-version: 3.10
- os: ubuntu-latest
python-version: 3.11
python-version: 3.12
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 988ea41

Please sign in to comment.