Skip to content

Commit 5ab8b11

Browse files
Remove python3.7 as it is out of LTS, Add 3.10
1 parent 70d181b commit 5ab8b11

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish_conda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ on:
55
types: [published]
66
jobs:
77
conda-deploy:
8-
name: Uploading to Loop3d for python ${{ matrix.os }})
8+
name: Uploading to Loop3d for python ${{ matrix.os }} ${{matrix.python-version}})
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
fail-fast: false
1212
matrix:
1313
os: ["ubuntu-latest", "windows-latest"] #"macos-latest",
14-
python-version: ["3.7","3.8","3.9"]
14+
python-version: ["3.8","3.9","3.10"]
1515
steps:
1616
- uses: conda-incubator/setup-miniconda@v2
1717
with:

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ requirements:
1717
- python
1818
- setuptools
1919
run:
20-
- python >=3.7
20+
- python >=3.8
2121
- numpy
2222
- pandas
2323
- netcdf4

0 commit comments

Comments
 (0)