mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 19:31:10 +00:00
Drop support for EOL Python 2.5-2.6 and 3.2-3.3 (#674)
This commit is contained in:
@@ -73,7 +73,6 @@ import github.StatsParticipation
|
||||
import github.StatsPunchCard
|
||||
import github.Stargazer
|
||||
|
||||
atLeastPython26 = sys.hexversion >= 0x02060000
|
||||
atLeastPython3 = sys.hexversion >= 0x03000000
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user