Skip to content

Commit 5178afd

Browse files
committed
publish
1 parent 6a49a6a commit 5178afd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
# Windows is not really supported: many tests are skipped on Windows.
2424
# But we still run the tests, gradually increasing the number
2525
# 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' ] #
2828

2929
steps:
3030
- uses: actions/checkout@v2

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,12 @@ def load_module_dict(filename: str) -> dict:
5252
"Programming Language :: Python :: 3.7",
5353
"Programming Language :: Python :: 3.8",
5454
"Programming Language :: Python :: 3.9",
55+
"Programming Language :: Python :: 3.10",
5556
"Environment :: Console",
5657
"Typing :: Typed",
5758
"Topic :: Software Development :: Build Tools",
5859
"Operating System :: POSIX",
59-
#"Operating System :: Microsoft :: Windows"
60+
# "Operating System :: Microsoft :: Windows"
6061
],
6162

6263
test_suite="test_unit.suite"

0 commit comments

Comments
 (0)