File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 23
23
# Windows is not really supported: many tests are skipped on Windows.
24
24
# But we still run the tests, gradually increasing the number
25
25
# of windows-compatible tests
26
- os : [ windows-latest, ubuntu-latest, macos-latest ] # ,
27
- python-version : [ 3.7, 3.9 ] #
26
+ os : [ ubuntu-latest, macos-latest ] # , windows-latest ,
27
+ python-version : [ 3.7, '3.10' ] #
28
28
29
29
steps :
30
30
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -52,11 +52,12 @@ def load_module_dict(filename: str) -> dict:
52
52
"Programming Language :: Python :: 3.7" ,
53
53
"Programming Language :: Python :: 3.8" ,
54
54
"Programming Language :: Python :: 3.9" ,
55
+ "Programming Language :: Python :: 3.10" ,
55
56
"Environment :: Console" ,
56
57
"Typing :: Typed" ,
57
58
"Topic :: Software Development :: Build Tools" ,
58
59
"Operating System :: POSIX" ,
59
- #"Operating System :: Microsoft :: Windows"
60
+ # "Operating System :: Microsoft :: Windows"
60
61
],
61
62
62
63
test_suite = "test_unit.suite"
You can’t perform that action at this time.
0 commit comments