Skip to content

Commit 990ddd4

Browse files
authored
Merge pull request #475 from common-workflow-language/update-win-classifiers
mark windows support
2 parents 000b07c + c5634f2 commit 990ddd4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@
8585
'Operating System :: POSIX',
8686
'Operating System :: POSIX :: Linux',
8787
'Operating System :: OS Independent',
88-
# 'Operating System :: Microsoft :: Windows', # soon!
89-
# 'Operating System :: Microsoft :: Windows :: Windows 10', # soon!
90-
# 'Operating System :: Microsoft :: Windows :: Windows 8.1', # soon!
88+
'Operating System :: Microsoft :: Windows',
89+
'Operating System :: Microsoft :: Windows :: Windows 10',
90+
'Operating System :: Microsoft :: Windows :: Windows 8.1',
9191
# 'Operating System :: Microsoft :: Windows :: Windows 8', # not tested
9292
# 'Operating System :: Microsoft :: Windows :: Windows 7', # not tested
9393
'Programming Language :: Python :: 2',

0 commit comments

Comments
 (0)