We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a9dd0b commit 6303ebaCopy full SHA for 6303eba
setup.py
@@ -27,12 +27,13 @@ def read(*paths):
27
'Operating System :: OS Independent',
28
'Topic :: Text Processing',
29
'Topic :: Software Development :: Libraries :: Python Modules',
30
- 'Programming Language :: Python :: 2.5',
31
'Programming Language :: Python :: 2.6',
32
'Programming Language :: Python :: 2.7',
33
'Programming Language :: Python :: 3',
34
'Programming Language :: Python :: 3.0',
35
'Programming Language :: Python :: 3.1',
36
'Programming Language :: Python :: 3.2',
+ 'Programming Language :: Python :: 3.3',
37
+ 'Programming Language :: Python :: 3.4',
38
]
39
)
0 commit comments