Skip to content

Commit dfacef8

Browse files
authored
Bring Python version listing current
1 parent 9da730a commit dfacef8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

setup.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,12 @@
6363
'Operating System :: MacOS :: MacOS X',
6464
# 'Operating System :: Microsoft :: Windows', -- Not tested yet
6565
'Operating System :: POSIX',
66-
'Programming Language :: Python :: 2.7',
6766
'Programming Language :: Python :: 3',
68-
'Programming Language :: Python :: 3.5',
69-
'Programming Language :: Python :: 3.6',
70-
'Programming Language :: Python :: 3.7',
7167
'Programming Language :: Python :: 3.8',
7268
'Programming Language :: Python :: 3.9',
7369
'Programming Language :: Python :: 3.10',
74-
'Programming Language :: Python :: 3.11'
70+
'Programming Language :: Python :: 3.11',
71+
'Programming Language :: Python :: 3.12',
7572
],
7673
packages=packages,
7774
install_requires=install_requires,

0 commit comments

Comments
 (0)