Skip to content

Commit aae535d

Browse files
committed
Fixed setup.py classifiers
1 parent 2c83b2a commit aae535d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,12 @@ def get_ui_files(directory):
6868
'sphinx', 'sphinx-copybutton',
6969
'sphinx-rtd-theme', 'sphinxcontrib-bibtex']},
7070
classifiers=['Natural Language :: English',
71-
'Operating System :: Microsoft :: Windows :: Windows 10'
71+
'Operating System :: Microsoft :: Windows :: Windows 10',
7272
'Operating System :: MacOS :: MacOS X',
7373
'Operating System :: POSIX :: Linux',
7474
'Programming Language :: Python :: 3.8',
75+
'Programming Language :: Python :: 3.9',
76+
'Programming Language :: Python :: 3.10',
7577
'Framework :: Pytest',
7678
'License :: Other/Proprietary License'
7779
]

0 commit comments

Comments
 (0)