Skip to content

Commit 182a481

Browse files
committed
Update setup
1 parent 10a17ee commit 182a481

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

setup.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
url='https://github.com/avdata99/whoare',
2323
author='Anders Vazquez',
2424
author_email='andres@data99.com.ar',
25-
25+
2626
classifiers=[
2727
# How mature is this project? Common values are
2828
# 3 - Alpha
2929
# 4 - Beta
3030
# 5 - Production/Stable
31-
'Development Status :: 4 - Beta',
31+
'Development Status :: 5 - Production/Stable',
3232

3333
# Indicate who your project is intended for
3434
'Intended Audience :: Developers',
@@ -41,9 +41,11 @@
4141
# that you indicate you support Python 3. These classifiers are *not*
4242
# checked by 'pip install'. See instead 'python_requires' below.
4343
'Programming Language :: Python :: 3',
44-
'Programming Language :: Python :: 3.6',
45-
'Programming Language :: Python :: 3.7',
4644
'Programming Language :: Python :: 3.8',
45+
'Programming Language :: Python :: 3.9',
46+
'Programming Language :: Python :: 3.10',
47+
'Programming Language :: Python :: 3.11',
48+
'Programming Language :: Python :: 3.12',
4749
'Programming Language :: Python :: 3 :: Only',
4850
],
4951

0 commit comments

Comments
 (0)