We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe18a2 commit 3c521c4Copy full SHA for 3c521c4
setup.py
@@ -33,10 +33,11 @@ def read_file(fname):
33
classifiers=[
34
'Framework :: Pytest',
35
'Programming Language :: Python :: 2.7',
36
- 'Programming Language :: Python :: 3.5',
37
'Programming Language :: Python :: 3.6',
38
'Programming Language :: Python :: 3.7',
39
- 'Programming Language :: Python :: 3.8'
+ 'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.9',
40
+ 'Programming Language :: Python :: 3.10'
41
],
42
entry_points={
43
'pytest11': [
0 commit comments