Skip to content

Commit 95ab74b

Browse files
authored
Update supported Python versions in classifiers (#24)
1 parent 304c157 commit 95ab74b

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
@@ -33,14 +33,12 @@
3333
'Intended Audience :: Developers',
3434
'License :: OSI Approved :: ISC License (ISCL)',
3535
'Operating System :: OS Independent',
36-
'Programming Language :: Python :: 2',
37-
'Programming Language :: Python :: 2.7',
3836
'Programming Language :: Python :: 3',
39-
'Programming Language :: Python :: 3.5',
40-
'Programming Language :: Python :: 3.6',
4137
'Programming Language :: Python :: 3.7',
4238
'Programming Language :: Python :: 3.8',
4339
'Programming Language :: Python :: 3.9',
40+
'Programming Language :: Python :: 3.10',
41+
'Programming Language :: Python :: 3.11',
4442
'Programming Language :: Python',
4543
'Topic :: Software Development :: Libraries :: Python Modules',
4644
],

0 commit comments

Comments
 (0)