Skip to content

Commit 76f1cd9

Browse files
committed
Dropping python3.6 support
1 parent 61970a7 commit 76f1cd9

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ Infrastructure, Utility and Other Changes and Additions
6565

6666
- Fixed progressbar download to report the correct downloaded amount. [#2091]
6767

68+
- Dropping Python 3.6 support. [#2102]
6869

6970

7071
0.4.2 (2021-05-14)

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ website <http://simbad.u-strasbg.fr/simbad/>`_, use the ``simbad`` sub-package:
4242
Installation and Requirements
4343
-----------------------------
4444

45-
Astroquery works with Python 3.6 or later.
45+
Astroquery works with Python 3.7 or later.
4646
As an `astropy`_ affiliate, astroquery requires `astropy`_ version 3.1.2 or later.
4747

4848
astroquery uses the `requests <http://docs.python-requests.org/en/latest/>`_

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ The development version can be obtained and installed from github:
6868
Requirements
6969
------------
7070

71-
Astroquery works with Python 3.6 or later.
71+
Astroquery works with Python 3.7 or later.
7272

7373
The following packages are required for astroquery installation & use:
7474

75-
* `numpy <http://www.numpy.org>`_ >= 1.14
75+
* `numpy <http://www.numpy.org>`_ >= 1.15
7676
* `astropy <http://www.astropy.org>`__ (>=3.1.2)
7777
* `pyVO`_ (>=1.1)
7878
* `requests <http://docs.python-requests.org/en/latest/>`_

0 commit comments

Comments
 (0)