Skip to content

Commit 2340b7c

Browse files
author
Yaison
committed
RCB-616: updated supported python versions
1 parent f56e007 commit 2340b7c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,11 @@ def read(*filenames, **kwargs):
4949
'Natural Language :: English',
5050
'Operating System :: OS Independent',
5151
'Programming Language :: Python',
52-
'Programming Language :: Python :: 2.7',
53-
'Programming Language :: Python :: 3.5',
54-
'Programming Language :: Python :: 3.6',
5552
'Programming Language :: Python :: 3.7',
5653
'Programming Language :: Python :: 3.8',
5754
'Programming Language :: Python :: 3.9',
5855
'Programming Language :: Python :: 3.10',
56+
'Programming Language :: Python :: 3.11',
5957
'Topic :: Software Development :: Libraries :: Python Modules'
6058
]
6159
)

0 commit comments

Comments
 (0)