Skip to content

Commit 6a2482b

Browse files
committed
Fix 3.10 action
setup.cfg is ini, not YAML or TOML.
1 parent a88f1a6 commit 6a2482b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ python =
1919
3.7: py37
2020
3.8: py38
2121
3.9: py39
22-
"3.10": py310,black,lint,flake8,mypy
22+
3.10: py310,black,lint,flake8,mypy
2323

2424
[testenv:{py37,py38,py39,py310}-test]
2525
deps =

0 commit comments

Comments
 (0)