From 2a3a72bd0f7c12d455233ebb6e8617454591f683 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 13 Jan 2017 14:08:41 -0500 Subject: Allow py36 (#19) --- astropy/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astropy/meta.yaml b/astropy/meta.yaml index 19a29ca..86c8e89 100644 --- a/astropy/meta.yaml +++ b/astropy/meta.yaml @@ -20,7 +20,7 @@ requirements: - python x.x run: - beautiful-soup [py27 or py34] - - beautifulsoup4 [py35] + - beautifulsoup4 [py>=35] - cython - h5py - ipython -- cgit