We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70d181b commit 5ab8b11Copy full SHA for 5ab8b11
.github/workflows/publish_conda.yml
@@ -5,13 +5,13 @@ on:
5
types: [published]
6
jobs:
7
conda-deploy:
8
- name: Uploading to Loop3d for python ${{ matrix.os }})
+ name: Uploading to Loop3d for python ${{ matrix.os }} ${{matrix.python-version}})
9
runs-on: ${{ matrix.os }}
10
strategy:
11
fail-fast: false
12
matrix:
13
os: ["ubuntu-latest", "windows-latest"] #"macos-latest",
14
- python-version: ["3.7","3.8","3.9"]
+ python-version: ["3.8","3.9","3.10"]
15
steps:
16
- uses: conda-incubator/setup-miniconda@v2
17
with:
conda/meta.yaml
@@ -17,7 +17,7 @@ requirements:
- python
18
- setuptools
19
run:
20
- - python >=3.7
+ - python >=3.8
21
- numpy
22
- pandas
23
- netcdf4
0 commit comments