Skip to content

Commit 8a6ae86

Browse files
committed
update actions
1 parent 1f38f72 commit 8a6ae86

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

_.github/codecov.yml .github/workflows/codecov.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup Python
1414
uses: actions/setup-python@v2
1515
with:
16-
python-version: 3.8
16+
python-version: 3.9
1717
- name: Install dependencies
1818
run: |
1919
python -m pip install --upgrade pip

.github/workflows/conda_build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: conda-incubator/setup-miniconda@v2
1414
with:
1515
auto-update-conda: true
16-
python-version: '3.8'
16+
python-version: 3.9
1717
- name: Build and upload conda package
1818
shell: bash -l {0}
1919
env:

.github/workflows/gh_pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: select python version
1313
uses: actions/setup-python@v2
1414
with:
15-
python-version: '3.8'
15+
python-version: 3.9
1616
- name: install dependencies
1717
run: |
1818
python -m pip install --upgrade pip

.github/workflows/publish_to_pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Python
1313
uses: actions/setup-python@v2
1414
with:
15-
python-version: '3.8'
15+
python-version: 3.9
1616
- name: Install dependencies
1717
run: |
1818
python -m pip install --upgrade pip

.github/workflows/pull_request_tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, macos-latest, windows-latest]
11-
python-version: [3.8]
11+
python-version: [3.9]
1212
include:
1313
- os: ubuntu-latest
14-
python-version: 3.9
14+
python-version: 3.8
1515
- os: ubuntu-latest
1616
python-version: 3.7
1717
- os: ubuntu-latest

0 commit comments

Comments
 (0)