Skip to content

Commit b84a3c6

Browse files
committed
drop support for very old versions of python
1 parent 5cf2479 commit b84a3c6

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

setup.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@
4343
else:
4444
reqs.append('pbs>=0.11')
4545

46-
if sys.version_info < (2, 7) or (
47-
sys.version_info < (3, 3) and sys.version_info > (3, 0)):
48-
reqs.append('argparse')
49-
5046

5147
ld = """
5248
Gitless is an experimental version control system built on top of Git.
@@ -80,12 +76,7 @@
8076
'Natural Language :: English',
8177
'Programming Language :: Python',
8278
'Programming Language :: Python :: 2',
83-
'Programming Language :: Python :: 2.6',
84-
'Programming Language :: Python :: 2.7',
8579
'Programming Language :: Python :: 3',
86-
'Programming Language :: Python :: 3.2',
87-
'Programming Language :: Python :: 3.3',
88-
'Programming Language :: Python :: 3.4',
8980
'Topic :: Software Development :: Version Control'),
9081
entry_points={
9182
'console_scripts': [

0 commit comments

Comments
 (0)