File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 fail-fast : false
2525 matrix :
2626 os : [ubuntu-latest, windows-latest, macos-latest]
27- python-version : ["3.8 ", "3.13"]
27+ python-version : ["3.9 ", "3.13"]
2828 include :
29- - os : ubuntu-latest
30- python-version : " 3.9"
3129 - os : ubuntu-latest
3230 python-version : " 3.10"
3331 - os : ubuntu-latest
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ classifiers = [
2020 " Programming Language :: Python" ,
2121 " Typing :: Typed" ,
2222]
23- requires-python = " >=3.8 "
23+ requires-python = " >=3.9 "
2424dynamic = [" version" ]
2525
2626[project .urls ]
@@ -86,7 +86,7 @@ build = [
8686
8787[tool .mypy ]
8888files = " traitlets"
89- python_version = " 3.8 "
89+ python_version = " 3.9 "
9090strict = true
9191enable_error_code = [" ignore-without-code" , " redundant-expr" , " truthy-bool" ]
9292pretty = true
You can’t perform that action at this time.
0 commit comments