Skip to content

Commit

Permalink
Update CI runners
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeschamps committed May 30, 2024
1 parent 6fe86e6 commit 564f1e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
# and newest supported versions. We also check one in the
# middle just for fun :)
python-version: [
"3.6",
"3.8",
"3.9",
"3.10",
"3.11",
"3.12"
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 @@ -22,7 +22,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.6'
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 564f1e6

Please sign in to comment.