Skip to content

Commit

Permalink
Drop python 3.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby committed Jan 3, 2022
1 parent a66cd92 commit cc62f3d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions azure-pipelines.yml
Expand Up @@ -80,10 +80,10 @@ stages:
brew:
- openjpeg
envs:
- macos: py37
- macos: py38
- windows: py310
- linux: py37-oldestdeps
- linux: py38-conda
- linux: py38-oldestdeps
- linux: py39-conda
libraries: {}

- stage: SecondPhaseTestsAllowedFail
Expand Down Expand Up @@ -151,8 +151,8 @@ stages:
test_command: 'pytest -p no:warnings --doctest-rst -m "not mpl_image_compare" --pyargs sunpy'
submodules: false
targets:
- wheels_cp3[789]-manylinux*x86_64
- wheels_cp3[789]-macosx*
- wheels_cp3[89]-manylinux*x86_64
- wheels_cp3[89]-macosx*
- wheels_cp310-manylinux*x86_64
- wheels_cp310-macosx*
- sdist
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/installation.rst
Expand Up @@ -7,7 +7,7 @@ Installation
Requirements
============

sunpy requires Python 3.7 or higher.
sunpy requires Python 3.8 or higher.

Installing Scientific Python and sunpy
======================================
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Expand Up @@ -21,14 +21,14 @@ classifiers =
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Scientific/Engineering :: Physics

[options]
zip_safe = False
python_requires = >=3.7
python_requires = >=3.8
packages = find:
include_package_data = True
setup_requires =
Expand Down

0 comments on commit cc62f3d

Please sign in to comment.