We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8348fed commit cdcf3a3Copy full SHA for cdcf3a3
1 file changed
setup.py
@@ -9,7 +9,7 @@
9
10
setup(
11
name='swish',
12
- version='1.2',
+ version='1.4',
13
packages=find_packages(),
14
include_package_data=True,
15
license='MIT',
@@ -27,10 +27,6 @@
27
'Intended Audience :: Developers',
28
"Topic :: Software Development :: Libraries :: Python Modules",
29
'License :: OSI Approved :: MIT License',
30
- 'Programming Language :: Python :: 3.4',
31
- 'Programming Language :: Python :: 3.5',
32
- 'Programming Language :: Python :: 3.6',
33
- 'Programming Language :: Python :: 3.7',
34
'Programming Language :: Python :: 3.8',
35
'Programming Language :: Python :: 3.9',
36
'Programming Language :: Python :: 3.10',
0 commit comments