File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1212 uses : pyTooling/Actions/.github/workflows/CompletePipeline.yml@r6
1313 with :
1414 package_name : ' pySystemRDLModel'
15+ unittest_python_version : ' 3.13'
1516 bandit : ' true'
1617 pylint : ' false'
1718 codecov : ' true'
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ the mandatory dependencies too.
9898+---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
9999| `pytest-cov <https://GitHub.com/pytest-dev/pytest-cov >`__ | ≥7.0 | `MIT <https://GitHub.com/pytest-dev/pytest-cov/blob/master/LICENSE >`__ | *Not yet evaluated. * |
100100+---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
101- | `Coverage <https://GitHub.com/nedbat/coveragepy >`__ | ≥7.10 | `Apache License, 2.0 <https://GitHub.com/nedbat/coveragepy/blob/master/LICENSE.txt >`__ | *Not yet evaluated. * |
101+ | `Coverage <https://GitHub.com/nedbat/coveragepy >`__ | ≥7.11 | `Apache License, 2.0 <https://GitHub.com/nedbat/coveragepy/blob/master/LICENSE.txt >`__ | *Not yet evaluated. * |
102102+---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
103103| `mypy <https://GitHub.com/python/mypy >`__ | ≥1.18 | `MIT <https://GitHub.com/python/mypy/blob/master/LICENSE >`__ | *Not yet evaluated. * |
104104+---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ sphinxcontrib-mermaid ~= 1.0
1313autoapi >= 2.0.1
1414sphinx_design ~= 0.6
1515sphinx-copybutton >= 0.5
16- sphinx_autodoc_typehints ~= 3.2
16+ sphinx_autodoc_typehints ~= 3.5
1717sphinx_reports ~= 0.9
Original file line number Diff line number Diff line change 5252__email__ = "Paebbels@gmail.com"
5353__copyright__ = "2023-2025, Patrick Lehmann"
5454__license__ = "Apache License, Version 2.0"
55- __version__ = "0.3.4 "
55+ __version__ = "0.3.5 "
5656
5757
5858@export
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ if ($install)
105105 { Write-Host - ForegroundColor Cyan " [ADMIN][UNINSTALL] Uninstalling $PackageName ..."
106106 py -3.13 - m pip uninstall - y $PackageName
107107 Write-Host - ForegroundColor Cyan " [ADMIN][INSTALL] Installing $PackageName from wheel ..."
108- py -3.13 - m pip install .\dist\$PackageName - $PackageVersion - py3- none- any.whl
108+ py -3.13 - m pip install .\dist\$ ( $ PackageName.Replace ( " . " , " _ " ).ToLower()) - $PackageVersion - py3- none- any.whl
109109
110110 Write-Host - ForegroundColor Cyan " [ADMIN][INSTALL] Closing window in 5 seconds ..."
111111 Start-Sleep - Seconds 5
Original file line number Diff line number Diff line change 5454 ],
5555 dataFiles = {
5656 packageName : ["py.typed" ]
57- },
58- debug = True
57+ }
5958 )
6059)
Original file line number Diff line number Diff line change 11-r ../requirements.txt
22
33# Coverage collection
4- Coverage ~= 7.10
4+ Coverage ~= 7.11
55
66# Test Runner
77pytest ~= 8.4
@@ -10,4 +10,4 @@ pytest-cov ~= 7.0
1010# Static Type Checking
1111mypy [reports ] ~= 1.18
1212typing_extensions ~= 4.15
13- lxml ~= 6 .0
13+ lxml >= 5.4 , < 7 .0
You can’t perform that action at this time.
0 commit comments