Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
vmImage: 'ubuntu-latest'
strategy:
matrix:
Python36:
python.version: '3.6'
Python37:
python.version: '3.7'
Python38:
Expand Down Expand Up @@ -137,8 +135,6 @@ jobs:
vmImage: 'macOS-latest'
strategy:
matrix:
Python36:
python.version: '3.6'
Python37:
python.version: '3.7'
Python38:
Expand Down
16 changes: 0 additions & 16 deletions conda_package/ci/linux_python3.6.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions conda_package/ci/osx_python3.6.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion conda_package/dev-spec.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $ conda create --name <env> --file <this file>

# Base
python>=3.6
python>=3.7
cartopy
dask
geometric_features>=0.1.12
Expand Down
1 change: 0 additions & 1 deletion conda_package/recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ channel_targets:
- conda-forge main

python:
- 3.6
- 3.7
- 3.8
- 3.9
1 change: 0 additions & 1 deletion conda_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
'Intended Audience :: Science/Research',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
Expand Down