Skip to content

Commit 068e2b8

Browse files
authored
Merge pull request #21 from vaaaaanquish/python
rm support python 3.6 lower
2 parents 7352acd + 3282d6a commit 068e2b8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

setup.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='xontrib-powerline2',
12-
version='1.4.0',
12+
version='1.5.0',
1313
description='Powerline for Xonsh shell',
1414
long_description=open('README.md').read(),
1515
long_description_content_type="text/markdown",
@@ -20,9 +20,7 @@
2020
classifiers=[
2121
'Development Status :: 3 - Alpha',
2222
'License :: OSI Approved :: MIT License',
23-
'Programming Language :: Python :: 3',
24-
'Programming Language :: Python :: 3.5',
25-
'Programming Language :: Python :: 3.6',
23+
'Programming Language :: Python :: 3.7',
2624
],
2725
packages=['xontrib'],
2826
package_dir={'xontrib': 'xontrib'},

0 commit comments

Comments
 (0)