Skip to content

Commit

Permalink
Drop support for Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Sep 16, 2021
1 parent bb6e890 commit 42c0f7f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
17 changes: 10 additions & 7 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,22 @@ jobs:
libraries: {}
coverage: 'false'

- linux: py36-test
- linux: py37-test
- linux: py38-test
- linux: py39-test

- macos: py36-test
- macos: py37-test
- macos: py38-test
- macos: py39-test

- windows: py36-test
- windows: py37-test
- windows: py38-test
- windows: py39-test

- linux: py37-notebooks
- macos: py37-notebooks
- windows: py36-notebooks
- macos: py38-notebooks
- windows: py39-notebooks

- linux: py37-docs
- linux: py39-docs
- macos: py37-docs
- windows: py36-docs
- windows: py38-docs
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ long_description = file: README.rst
[options]
zip_safe = False
packages = find:
python_requires = >=3.6
python_requires = >=3.7
setup_requires =
setuptools_scm
install_requires =
Expand Down

0 comments on commit 42c0f7f

Please sign in to comment.