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 2c83b2a commit aae535dCopy full SHA for aae535d
setup.py
@@ -68,10 +68,12 @@ def get_ui_files(directory):
68
'sphinx', 'sphinx-copybutton',
69
'sphinx-rtd-theme', 'sphinxcontrib-bibtex']},
70
classifiers=['Natural Language :: English',
71
- 'Operating System :: Microsoft :: Windows :: Windows 10'
+ 'Operating System :: Microsoft :: Windows :: Windows 10',
72
'Operating System :: MacOS :: MacOS X',
73
'Operating System :: POSIX :: Linux',
74
'Programming Language :: Python :: 3.8',
75
+ 'Programming Language :: Python :: 3.9',
76
+ 'Programming Language :: Python :: 3.10',
77
'Framework :: Pytest',
78
'License :: Other/Proprietary License'
79
]
0 commit comments