We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f56e007 commit 2340b7cCopy full SHA for 2340b7c
setup.py
@@ -49,13 +49,11 @@ def read(*filenames, **kwargs):
49
'Natural Language :: English',
50
'Operating System :: OS Independent',
51
'Programming Language :: Python',
52
- 'Programming Language :: Python :: 2.7',
53
- 'Programming Language :: Python :: 3.5',
54
- 'Programming Language :: Python :: 3.6',
55
'Programming Language :: Python :: 3.7',
56
'Programming Language :: Python :: 3.8',
57
'Programming Language :: Python :: 3.9',
58
'Programming Language :: Python :: 3.10',
+ 'Programming Language :: Python :: 3.11',
59
'Topic :: Software Development :: Libraries :: Python Modules'
60
]
61
)
0 commit comments