Skip to content

Commit e2d779a

Browse files
committed
MAINT: remove Python 2.6/3.3 from README & setup.py
1 parent 1bcf85e commit e2d779a

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- Make ``supersmoother`` a soft dependency
88
- New feature: ``gatspy.periodic.TrendedLombScargle`` extends ``LombScargle``
99
by adding a linear trend parameter ``d*t`` to the fitted model
10+
- Fixed download URL for RR Lyrae datasets
1011

1112
## (v0.2.1) bugfix release (19 Aug 2015)
1213

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Gatspy uses ``nose`` for unit tests. With nosetests installed, type
4141

4242
to run the unit tests.
4343

44-
The tests are run on Python versions 2.6, 2.7, 3.3, 3.4, and 3.5.
44+
The tests are run on Python versions 2.7, 3.4, and 3.5.
4545

4646
## Authors
4747
- [Jake VanderPlas](http://www.vanderplas.com)

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@ def version(path):
6868
'Intended Audience :: Science/Research',
6969
'License :: OSI Approved :: BSD License',
7070
'Natural Language :: English',
71-
'Programming Language :: Python :: 2.6',
7271
'Programming Language :: Python :: 2.7',
73-
'Programming Language :: Python :: 3.3',
7472
'Programming Language :: Python :: 3.4',
7573
'Programming Language :: Python :: 3.5'],
7674
)

0 commit comments

Comments
 (0)