Skip to content

Commit 294c0c1

Browse files
committed
drop py37
1 parent 5fe7135 commit 294c0c1

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,9 @@ install:
4343
--yes --file requirements_conda.txt; else pip install -U tox-travis; fi'
4444
language: python
4545
python:
46-
- 3.7
4746
- 3.6
4847
- 3.5
4948
- 2.7
50-
matrix:
51-
allow_failures:
52-
- env: TEST_ENV=tox
53-
python: 3.7
5449
script:
5550
- if [[ "$TEST_ENV" == "conda" ]]; then export PATH=$HOME/miniconda/bin:$PATH; source
5651
activate test-env; python -m pytest; sphinx-apidoc -o docs climate_toolbox; sphinx-build

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
'Programming Language :: Python :: 3',
5757
'Programming Language :: Python :: 3.5',
5858
'Programming Language :: Python :: 3.6',
59-
'Programming Language :: Python :: 3.7',
6059
],
6160
test_suite='tests',
6261
tests_require=test_requirements,

0 commit comments

Comments
 (0)