File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 strategy :
1111 matrix :
12- python-version : [ '3.8', '3.9', '3.10' ]
12+ python-version : [ '3.8', '3.9', '3.10', '3.11' ]
1313
1414 name : Dolang Python Version ${{ matrix.python-version }}
1515 steps :
3838 uses : codecov/codecov-action@v1
3939 with :
4040 file : ./coverage.xml
41- flags : unittests
41+ flags : unittests
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " dolang"
3- version = " 0.0.19 "
3+ version = " 0.0.20 "
44description = " Dolo Modeling Language"
55readme = " README.md"
66authors = [" Winant Pablo <pablo.winant@gmail.com>" ]
77license =" BSD-2-Clause"
88
99[tool .poetry .dependencies ]
10- python = " >=3.8,<3.11 "
10+ python = " >=3.8,<3.12 "
1111numpy = " ^1.22.2"
1212sympy = " ^1.11.1"
1313lark = " ^1.1.2"
1414pytest = " ^7.1.3"
15- numba = {version = " ^0.55.0" , optional =true }
1615PyYAML = " ^6.0"
16+ numba = {version = " ^0.57.1" , optional = true }
17+
18+ [tool .poetry .extras ]
19+ compile = [' numba' ]
1720
1821[tool .poetry .dev-dependencies ]
1922black = " ^22.8.0"
2023pylint = " ^2.6.0"
2124mkdocs = " ^1.1.2"
2225ipython = " ^7.18.1"
2326ipykernel = " ^5.3.4"
24- numba = " ^0.56.4"
25-
2627coverage = " ^5.3"
2728pytest-cov = " ^2.10.1"
29+ numba = " ^0.57.1"
2830
2931[build-system ]
3032requires = [" poetry>=1.2.1" ]
You can’t perform that action at this time.
0 commit comments