Drop support for EOL Python 2.5-2.6 and 3.2-3.3 (#674)

This commit is contained in:
Hugo
2017-12-20 22:52:00 -08:00
committed by Jason White
parent ba50af53a0
commit 6735be4933
10 changed files with 29 additions and 53 deletions
-1
View File
@@ -73,7 +73,6 @@ import github.StatsParticipation
import github.StatsPunchCard
import github.Stargazer
atLeastPython26 = sys.hexversion >= 0x02060000
atLeastPython3 = sys.hexversion >= 0x03000000