Skip to content

Commit

Permalink
Merge pull request nipreps#487 from oesteban/maint/486-drop-python3.5
Browse files Browse the repository at this point in the history
MAINT: Drop Python 3.5
  • Loading branch information
mgxd authored Mar 23, 2020
2 parents 5ffc52e + 67b8e7d commit 071e3e2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ jobs:
working_directory: /tmp/src/niworkflows
steps:
- checkout
- run: pyenv local 3.5.2
- run: pyenv local 3.7.0
- run:
name: Install build depends
command: python3 -m pip install "setuptools>=30.4.0" "pip>=10.0.1" "twine<2.0" docutils
Expand All @@ -378,7 +378,7 @@ jobs:
working_directory: /tmp/src/niworkflows
steps:
- checkout
- run: pyenv local 3.5.2
- run: pyenv local 3.7.0
- run:
name: Install build depends
command: python3 -m pip install "setuptools>=30.4.0" "pip>=10.0.1" "twine<2.0" docutils
Expand Down
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ cache:
- $HOME/.cache/pip

python:
- 3.5
- 3.6
- 3.7
- 3.8

env:
global:
Expand All @@ -30,12 +30,12 @@ matrix:
- python: 3.7
env: CHECK_TYPE="style"
allow_failures:
- python: 3.5
env: INSTALL_DEPENDS="pip==10.0.1 setuptools==30.4.0"
- python: 3.6
env: INSTALL_DEPENDS="pip==10.0.1 setuptools==30.4.0"
- python: 3.7
env: INSTALL_DEPENDS="pip==10.0.1 setuptools==30.4.0"
- python: 3.8
env: INSTALL_DEPENDS="pip==10.0.1 setuptools==30.4.0"

before_install:
- python -m pip install --upgrade pip virtualenv
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ classifiers =
Intended Audience :: Science/Research
Topic :: Scientific/Engineering :: Image Recognition
License :: OSI Approved :: BSD License
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8

[options]
python_requires = >= 3.5
python_requires = >= 3.6
install_requires =
attrs
jinja2
Expand Down

0 comments on commit 071e3e2

Please sign in to comment.