pyEDAA.ProjectModel 0.6.3__tar.gz → 0.6.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (28) hide show
  1. {pyedaa_projectmodel-0.6.3 → pyedaa_projectmodel-0.6.4}/PKG-INFO +35 -35
  2. {pyedaa_projectmodel-0.6.3 → pyedaa_projectmodel-0.6.4}/pyEDAA/ProjectModel/__init__.py +9 -6
  3. {pyedaa_projectmodel-0.6.3 → pyedaa_projectmodel-0.6.4}/pyEDAA.ProjectModel.egg-info/PKG-INFO +35 -35
  4. {pyedaa_projectmodel-0.6.3 → pyedaa_projectmodel-0.6.4}/pyEDAA.ProjectModel.egg-info/requires.txt +34 -34
  5. {pyedaa_projectmodel-0.6.3 → pyedaa_projectmodel-0.6.4}/pyproject.toml +3 -3
  6. {pyedaa_projectmodel-0.6.3 → pyedaa_projectmodel-0.6.4}/LICENSE.md +0 -0
  7. {pyedaa_projectmodel-0.6.3 → pyedaa_projectmodel-0.6.4}/README.md +0 -0
  8. {pyedaa_projectmodel-0.6.3 → pyedaa_projectmodel-0.6.4}/pyEDAA/ProjectModel/Altera/Quartus.py +0 -0
  9. {pyedaa_projectmodel-0.6.3 → pyedaa_projectmodel-0.6.4}/pyEDAA/ProjectModel/Altera/__init__.py +0 -0
  10. {pyedaa_projectmodel-0.6.3 → pyedaa_projectmodel-0.6.4}/pyEDAA/ProjectModel/Attributes.py +0 -0
  11. {pyedaa_projectmodel-0.6.3 → pyedaa_projectmodel-0.6.4}/pyEDAA/ProjectModel/GHDL.py +0 -0
  12. {pyedaa_projectmodel-0.6.3 → pyedaa_projectmodel-0.6.4}/pyEDAA/ProjectModel/Intel/QuartusPrime.py +0 -0
  13. {pyedaa_projectmodel-0.6.3 → pyedaa_projectmodel-0.6.4}/pyEDAA/ProjectModel/Intel/__init__.py +0 -0
  14. {pyedaa_projectmodel-0.6.3 → pyedaa_projectmodel-0.6.4}/pyEDAA/ProjectModel/MentorGraphics/ModelSim.py +0 -0
  15. {pyedaa_projectmodel-0.6.3 → pyedaa_projectmodel-0.6.4}/pyEDAA/ProjectModel/MentorGraphics/QuestaSim.py +0 -0
  16. {pyedaa_projectmodel-0.6.3 → pyedaa_projectmodel-0.6.4}/pyEDAA/ProjectModel/MentorGraphics/__init__.py +0 -0
  17. {pyedaa_projectmodel-0.6.3 → pyedaa_projectmodel-0.6.4}/pyEDAA/ProjectModel/OSVVM.py +0 -0
  18. {pyedaa_projectmodel-0.6.3 → pyedaa_projectmodel-0.6.4}/pyEDAA/ProjectModel/VHDL.py +0 -0
  19. {pyedaa_projectmodel-0.6.3 → pyedaa_projectmodel-0.6.4}/pyEDAA/ProjectModel/Verilog.py +0 -0
  20. {pyedaa_projectmodel-0.6.3 → pyedaa_projectmodel-0.6.4}/pyEDAA/ProjectModel/Xilinx/ISE.py +0 -0
  21. {pyedaa_projectmodel-0.6.3 → pyedaa_projectmodel-0.6.4}/pyEDAA/ProjectModel/Xilinx/Vivado.py +0 -0
  22. {pyedaa_projectmodel-0.6.3 → pyedaa_projectmodel-0.6.4}/pyEDAA/ProjectModel/Xilinx/__init__.py +0 -0
  23. {pyedaa_projectmodel-0.6.3 → pyedaa_projectmodel-0.6.4}/pyEDAA/ProjectModel/py.typed +0 -0
  24. {pyedaa_projectmodel-0.6.3 → pyedaa_projectmodel-0.6.4}/pyEDAA.ProjectModel.egg-info/SOURCES.txt +0 -0
  25. {pyedaa_projectmodel-0.6.3 → pyedaa_projectmodel-0.6.4}/pyEDAA.ProjectModel.egg-info/dependency_links.txt +0 -0
  26. {pyedaa_projectmodel-0.6.3 → pyedaa_projectmodel-0.6.4}/pyEDAA.ProjectModel.egg-info/top_level.txt +0 -0
  27. {pyedaa_projectmodel-0.6.3 → pyedaa_projectmodel-0.6.4}/setup.cfg +0 -0
  28. {pyedaa_projectmodel-0.6.3 → pyedaa_projectmodel-0.6.4}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyEDAA.ProjectModel
3
- Version: 0.6.3
3
+ Version: 0.6.4
4
4
  Summary: An abstract model of EDA tool projects.
5
5
  Home-page: https://GitHub.com/edaa-org/pyEDAA.ProjectModel
6
6
  Author: Patrick Lehmann
@@ -24,58 +24,58 @@ Classifier: Development Status :: 4 - Beta
24
24
  Requires-Python: >=3.11
25
25
  Description-Content-Type: text/markdown
26
26
  License-File: LICENSE.md
27
+ Requires-Dist: pySVModel~=0.5.11
28
+ Requires-Dist: pyVHDLModel~=0.37.0
29
+ Requires-Dist: pySystemRDLModel~=0.3.10
27
30
  Requires-Dist: pyTooling~=8.15
28
- Requires-Dist: pyVHDLModel~=0.35.0
29
- Requires-Dist: pySystemRDLModel~=0.3.0
30
- Requires-Dist: pySVModel~=0.5.0
31
31
  Provides-Extra: doc
32
- Requires-Dist: pySVModel~=0.5.0; extra == "doc"
32
+ Requires-Dist: pyVHDLModel~=0.37.0; extra == "doc"
33
33
  Requires-Dist: autoapi>=2.0.1; extra == "doc"
34
- Requires-Dist: sphinx_rtd_theme~=3.1; extra == "doc"
34
+ Requires-Dist: sphinx_autodoc_typehints~=3.12; extra == "doc"
35
+ Requires-Dist: pySVModel~=0.5.11; extra == "doc"
35
36
  Requires-Dist: docutils_stubs~=0.0.22; extra == "doc"
36
- Requires-Dist: pySystemRDLModel~=0.3.0; extra == "doc"
37
37
  Requires-Dist: sphinx_reports~=0.11.0; extra == "doc"
38
- Requires-Dist: pyTooling~=8.15; extra == "doc"
39
- Requires-Dist: pyVHDLModel~=0.35.0; extra == "doc"
38
+ Requires-Dist: sphinxcontrib-mermaid~=2.0; extra == "doc"
39
+ Requires-Dist: pySystemRDLModel~=0.3.10; extra == "doc"
40
+ Requires-Dist: sphinx~=9.1; extra == "doc"
40
41
  Requires-Dist: sphinx_design~=0.7.0; extra == "doc"
42
+ Requires-Dist: sphinx_rtd_theme~=3.1; extra == "doc"
41
43
  Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
42
- Requires-Dist: sphinx~=9.1; extra == "doc"
43
- Requires-Dist: sphinx_autodoc_typehints~=3.10; extra == "doc"
44
- Requires-Dist: sphinxcontrib-mermaid~=2.0; extra == "doc"
44
+ Requires-Dist: pyTooling~=8.15; extra == "doc"
45
45
  Provides-Extra: test
46
- Requires-Dist: pySVModel~=0.5.0; extra == "test"
46
+ Requires-Dist: mypy[reports]~=2.1; extra == "test"
47
+ Requires-Dist: pyVHDLModel~=0.37.0; extra == "test"
48
+ Requires-Dist: typing_extensions~=4.16; extra == "test"
49
+ Requires-Dist: pytest-cov~=7.1; extra == "test"
50
+ Requires-Dist: pySVModel~=0.5.11; extra == "test"
51
+ Requires-Dist: Coverage~=7.15; extra == "test"
52
+ Requires-Dist: pytest~=9.1; extra == "test"
53
+ Requires-Dist: pySystemRDLModel~=0.3.10; extra == "test"
47
54
  Requires-Dist: lxml<7.0,>=6.1; extra == "test"
48
- Requires-Dist: typing_extensions~=4.15; extra == "test"
49
- Requires-Dist: pySystemRDLModel~=0.3.0; extra == "test"
50
55
  Requires-Dist: pyTooling~=8.15; extra == "test"
51
- Requires-Dist: pyVHDLModel~=0.35.0; extra == "test"
52
- Requires-Dist: Coverage~=7.14; extra == "test"
53
- Requires-Dist: pytest-cov~=7.1; extra == "test"
54
- Requires-Dist: pytest~=9.0; extra == "test"
55
- Requires-Dist: mypy[reports]~=2.1; extra == "test"
56
56
  Provides-Extra: osvvm
57
57
  Requires-Dist: pyEDAA.OSVVM~=0.6; extra == "osvvm"
58
58
  Provides-Extra: all
59
- Requires-Dist: docutils_stubs~=0.0.22; extra == "all"
60
- Requires-Dist: sphinx_reports~=0.11.0; extra == "all"
61
- Requires-Dist: sphinx-copybutton>=0.5.2; extra == "all"
62
- Requires-Dist: Coverage~=7.14; extra == "all"
63
- Requires-Dist: pyTooling~=8.15; extra == "all"
64
- Requires-Dist: sphinx_design~=0.7.0; extra == "all"
65
- Requires-Dist: pytest~=9.0; extra == "all"
66
- Requires-Dist: sphinx_autodoc_typehints~=3.10; extra == "all"
67
- Requires-Dist: autoapi>=2.0.1; extra == "all"
68
- Requires-Dist: sphinx_rtd_theme~=3.1; extra == "all"
69
- Requires-Dist: pySystemRDLModel~=0.3.0; extra == "all"
70
59
  Requires-Dist: pyEDAA.OSVVM~=0.6; extra == "all"
60
+ Requires-Dist: pyVHDLModel~=0.37.0; extra == "all"
71
61
  Requires-Dist: pytest-cov~=7.1; extra == "all"
72
- Requires-Dist: sphinx~=9.1; extra == "all"
73
- Requires-Dist: pySVModel~=0.5.0; extra == "all"
62
+ Requires-Dist: sphinx_rtd_theme~=3.1; extra == "all"
63
+ Requires-Dist: sphinx_autodoc_typehints~=3.12; extra == "all"
64
+ Requires-Dist: pySVModel~=0.5.11; extra == "all"
65
+ Requires-Dist: docutils_stubs~=0.0.22; extra == "all"
66
+ Requires-Dist: sphinx_reports~=0.11.0; extra == "all"
74
67
  Requires-Dist: lxml<7.0,>=6.1; extra == "all"
75
- Requires-Dist: typing_extensions~=4.15; extra == "all"
76
- Requires-Dist: pyVHDLModel~=0.35.0; extra == "all"
77
68
  Requires-Dist: mypy[reports]~=2.1; extra == "all"
69
+ Requires-Dist: typing_extensions~=4.16; extra == "all"
70
+ Requires-Dist: Coverage~=7.15; extra == "all"
71
+ Requires-Dist: sphinx~=9.1; extra == "all"
72
+ Requires-Dist: sphinx_design~=0.7.0; extra == "all"
78
73
  Requires-Dist: sphinxcontrib-mermaid~=2.0; extra == "all"
74
+ Requires-Dist: pyTooling~=8.15; extra == "all"
75
+ Requires-Dist: autoapi>=2.0.1; extra == "all"
76
+ Requires-Dist: pytest~=9.1; extra == "all"
77
+ Requires-Dist: pySystemRDLModel~=0.3.10; extra == "all"
78
+ Requires-Dist: sphinx-copybutton>=0.5.2; extra == "all"
79
79
  Dynamic: author
80
80
  Dynamic: author-email
81
81
  Dynamic: classifier
@@ -30,12 +30,15 @@
30
30
  # ==================================================================================================================== #
31
31
  #
32
32
  """An abstract model of EDA tool projects."""
33
- __author__ = "Patrick Lehmann"
34
- __email__ = "Paebbels@gmail.com"
35
- __copyright__ = "2014-2026, Patrick Lehmann, Unai Martinez-Corral"
36
- __license__ = "Apache License, Version 2.0"
37
- __version__ = "0.6.3"
38
- __keywords__ = ["eda project", "model", "abstract", "xilinx", "vivado", "osvvm", "file set", "file group", "test bench", "test harness"]
33
+ __author__ = "Patrick Lehmann"
34
+ __email__ = "Paebbels@gmail.com"
35
+ __copyright__ = "2014-2026, Patrick Lehmann, Unai Martinez-Corral"
36
+ __license__ = "Apache License, Version 2.0"
37
+ __version__ = "0.6.4"
38
+ __keywords__ = ["eda project", "model", "abstract", "xilinx", "vivado", "osvvm", "file set", "file group", "test bench", "test harness"]
39
+ __project_url__ = "https://github.com/edaa-org/pyEDAA.ProjectModel"
40
+ __documentation_url__ = "https://edaa-org.github.io/pyEDAA.ProjectModel"
41
+ __issue_tracker_url__ = "https://GitHub.com/edaa-org/pyEDAA.ProjectModel/issues"
39
42
 
40
43
  from os.path import relpath as path_relpath
41
44
  from pathlib import Path as pathlib_Path
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyEDAA.ProjectModel
3
- Version: 0.6.3
3
+ Version: 0.6.4
4
4
  Summary: An abstract model of EDA tool projects.
5
5
  Home-page: https://GitHub.com/edaa-org/pyEDAA.ProjectModel
6
6
  Author: Patrick Lehmann
@@ -24,58 +24,58 @@ Classifier: Development Status :: 4 - Beta
24
24
  Requires-Python: >=3.11
25
25
  Description-Content-Type: text/markdown
26
26
  License-File: LICENSE.md
27
+ Requires-Dist: pySVModel~=0.5.11
28
+ Requires-Dist: pyVHDLModel~=0.37.0
29
+ Requires-Dist: pySystemRDLModel~=0.3.10
27
30
  Requires-Dist: pyTooling~=8.15
28
- Requires-Dist: pyVHDLModel~=0.35.0
29
- Requires-Dist: pySystemRDLModel~=0.3.0
30
- Requires-Dist: pySVModel~=0.5.0
31
31
  Provides-Extra: doc
32
- Requires-Dist: pySVModel~=0.5.0; extra == "doc"
32
+ Requires-Dist: pyVHDLModel~=0.37.0; extra == "doc"
33
33
  Requires-Dist: autoapi>=2.0.1; extra == "doc"
34
- Requires-Dist: sphinx_rtd_theme~=3.1; extra == "doc"
34
+ Requires-Dist: sphinx_autodoc_typehints~=3.12; extra == "doc"
35
+ Requires-Dist: pySVModel~=0.5.11; extra == "doc"
35
36
  Requires-Dist: docutils_stubs~=0.0.22; extra == "doc"
36
- Requires-Dist: pySystemRDLModel~=0.3.0; extra == "doc"
37
37
  Requires-Dist: sphinx_reports~=0.11.0; extra == "doc"
38
- Requires-Dist: pyTooling~=8.15; extra == "doc"
39
- Requires-Dist: pyVHDLModel~=0.35.0; extra == "doc"
38
+ Requires-Dist: sphinxcontrib-mermaid~=2.0; extra == "doc"
39
+ Requires-Dist: pySystemRDLModel~=0.3.10; extra == "doc"
40
+ Requires-Dist: sphinx~=9.1; extra == "doc"
40
41
  Requires-Dist: sphinx_design~=0.7.0; extra == "doc"
42
+ Requires-Dist: sphinx_rtd_theme~=3.1; extra == "doc"
41
43
  Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
42
- Requires-Dist: sphinx~=9.1; extra == "doc"
43
- Requires-Dist: sphinx_autodoc_typehints~=3.10; extra == "doc"
44
- Requires-Dist: sphinxcontrib-mermaid~=2.0; extra == "doc"
44
+ Requires-Dist: pyTooling~=8.15; extra == "doc"
45
45
  Provides-Extra: test
46
- Requires-Dist: pySVModel~=0.5.0; extra == "test"
46
+ Requires-Dist: mypy[reports]~=2.1; extra == "test"
47
+ Requires-Dist: pyVHDLModel~=0.37.0; extra == "test"
48
+ Requires-Dist: typing_extensions~=4.16; extra == "test"
49
+ Requires-Dist: pytest-cov~=7.1; extra == "test"
50
+ Requires-Dist: pySVModel~=0.5.11; extra == "test"
51
+ Requires-Dist: Coverage~=7.15; extra == "test"
52
+ Requires-Dist: pytest~=9.1; extra == "test"
53
+ Requires-Dist: pySystemRDLModel~=0.3.10; extra == "test"
47
54
  Requires-Dist: lxml<7.0,>=6.1; extra == "test"
48
- Requires-Dist: typing_extensions~=4.15; extra == "test"
49
- Requires-Dist: pySystemRDLModel~=0.3.0; extra == "test"
50
55
  Requires-Dist: pyTooling~=8.15; extra == "test"
51
- Requires-Dist: pyVHDLModel~=0.35.0; extra == "test"
52
- Requires-Dist: Coverage~=7.14; extra == "test"
53
- Requires-Dist: pytest-cov~=7.1; extra == "test"
54
- Requires-Dist: pytest~=9.0; extra == "test"
55
- Requires-Dist: mypy[reports]~=2.1; extra == "test"
56
56
  Provides-Extra: osvvm
57
57
  Requires-Dist: pyEDAA.OSVVM~=0.6; extra == "osvvm"
58
58
  Provides-Extra: all
59
- Requires-Dist: docutils_stubs~=0.0.22; extra == "all"
60
- Requires-Dist: sphinx_reports~=0.11.0; extra == "all"
61
- Requires-Dist: sphinx-copybutton>=0.5.2; extra == "all"
62
- Requires-Dist: Coverage~=7.14; extra == "all"
63
- Requires-Dist: pyTooling~=8.15; extra == "all"
64
- Requires-Dist: sphinx_design~=0.7.0; extra == "all"
65
- Requires-Dist: pytest~=9.0; extra == "all"
66
- Requires-Dist: sphinx_autodoc_typehints~=3.10; extra == "all"
67
- Requires-Dist: autoapi>=2.0.1; extra == "all"
68
- Requires-Dist: sphinx_rtd_theme~=3.1; extra == "all"
69
- Requires-Dist: pySystemRDLModel~=0.3.0; extra == "all"
70
59
  Requires-Dist: pyEDAA.OSVVM~=0.6; extra == "all"
60
+ Requires-Dist: pyVHDLModel~=0.37.0; extra == "all"
71
61
  Requires-Dist: pytest-cov~=7.1; extra == "all"
72
- Requires-Dist: sphinx~=9.1; extra == "all"
73
- Requires-Dist: pySVModel~=0.5.0; extra == "all"
62
+ Requires-Dist: sphinx_rtd_theme~=3.1; extra == "all"
63
+ Requires-Dist: sphinx_autodoc_typehints~=3.12; extra == "all"
64
+ Requires-Dist: pySVModel~=0.5.11; extra == "all"
65
+ Requires-Dist: docutils_stubs~=0.0.22; extra == "all"
66
+ Requires-Dist: sphinx_reports~=0.11.0; extra == "all"
74
67
  Requires-Dist: lxml<7.0,>=6.1; extra == "all"
75
- Requires-Dist: typing_extensions~=4.15; extra == "all"
76
- Requires-Dist: pyVHDLModel~=0.35.0; extra == "all"
77
68
  Requires-Dist: mypy[reports]~=2.1; extra == "all"
69
+ Requires-Dist: typing_extensions~=4.16; extra == "all"
70
+ Requires-Dist: Coverage~=7.15; extra == "all"
71
+ Requires-Dist: sphinx~=9.1; extra == "all"
72
+ Requires-Dist: sphinx_design~=0.7.0; extra == "all"
78
73
  Requires-Dist: sphinxcontrib-mermaid~=2.0; extra == "all"
74
+ Requires-Dist: pyTooling~=8.15; extra == "all"
75
+ Requires-Dist: autoapi>=2.0.1; extra == "all"
76
+ Requires-Dist: pytest~=9.1; extra == "all"
77
+ Requires-Dist: pySystemRDLModel~=0.3.10; extra == "all"
78
+ Requires-Dist: sphinx-copybutton>=0.5.2; extra == "all"
79
79
  Dynamic: author
80
80
  Dynamic: author-email
81
81
  Dynamic: classifier
@@ -1,56 +1,56 @@
1
+ pySVModel~=0.5.11
2
+ pyVHDLModel~=0.37.0
3
+ pySystemRDLModel~=0.3.10
1
4
  pyTooling~=8.15
2
- pyVHDLModel~=0.35.0
3
- pySystemRDLModel~=0.3.0
4
- pySVModel~=0.5.0
5
5
 
6
6
  [all]
7
- docutils_stubs~=0.0.22
8
- sphinx_reports~=0.11.0
9
- sphinx-copybutton>=0.5.2
10
- Coverage~=7.14
11
- pyTooling~=8.15
12
- sphinx_design~=0.7.0
13
- pytest~=9.0
14
- sphinx_autodoc_typehints~=3.10
15
- autoapi>=2.0.1
16
- sphinx_rtd_theme~=3.1
17
- pySystemRDLModel~=0.3.0
18
7
  pyEDAA.OSVVM~=0.6
8
+ pyVHDLModel~=0.37.0
19
9
  pytest-cov~=7.1
20
- sphinx~=9.1
21
- pySVModel~=0.5.0
10
+ sphinx_rtd_theme~=3.1
11
+ sphinx_autodoc_typehints~=3.12
12
+ pySVModel~=0.5.11
13
+ docutils_stubs~=0.0.22
14
+ sphinx_reports~=0.11.0
22
15
  lxml<7.0,>=6.1
23
- typing_extensions~=4.15
24
- pyVHDLModel~=0.35.0
25
16
  mypy[reports]~=2.1
17
+ typing_extensions~=4.16
18
+ Coverage~=7.15
19
+ sphinx~=9.1
20
+ sphinx_design~=0.7.0
26
21
  sphinxcontrib-mermaid~=2.0
22
+ pyTooling~=8.15
23
+ autoapi>=2.0.1
24
+ pytest~=9.1
25
+ pySystemRDLModel~=0.3.10
26
+ sphinx-copybutton>=0.5.2
27
27
 
28
28
  [doc]
29
- pySVModel~=0.5.0
29
+ pyVHDLModel~=0.37.0
30
30
  autoapi>=2.0.1
31
- sphinx_rtd_theme~=3.1
31
+ sphinx_autodoc_typehints~=3.12
32
+ pySVModel~=0.5.11
32
33
  docutils_stubs~=0.0.22
33
- pySystemRDLModel~=0.3.0
34
34
  sphinx_reports~=0.11.0
35
- pyTooling~=8.15
36
- pyVHDLModel~=0.35.0
35
+ sphinxcontrib-mermaid~=2.0
36
+ pySystemRDLModel~=0.3.10
37
+ sphinx~=9.1
37
38
  sphinx_design~=0.7.0
39
+ sphinx_rtd_theme~=3.1
38
40
  sphinx-copybutton>=0.5.2
39
- sphinx~=9.1
40
- sphinx_autodoc_typehints~=3.10
41
- sphinxcontrib-mermaid~=2.0
41
+ pyTooling~=8.15
42
42
 
43
43
  [osvvm]
44
44
  pyEDAA.OSVVM~=0.6
45
45
 
46
46
  [test]
47
- pySVModel~=0.5.0
47
+ mypy[reports]~=2.1
48
+ pyVHDLModel~=0.37.0
49
+ typing_extensions~=4.16
50
+ pytest-cov~=7.1
51
+ pySVModel~=0.5.11
52
+ Coverage~=7.15
53
+ pytest~=9.1
54
+ pySystemRDLModel~=0.3.10
48
55
  lxml<7.0,>=6.1
49
- typing_extensions~=4.15
50
- pySystemRDLModel~=0.3.0
51
56
  pyTooling~=8.15
52
- pyVHDLModel~=0.35.0
53
- Coverage~=7.14
54
- pytest-cov~=7.1
55
- pytest~=9.0
56
- mypy[reports]~=2.1
@@ -1,7 +1,7 @@
1
1
  [build-system]
2
2
  requires = [
3
- "setuptools >= 80.0",
4
- "pyTooling ~= 8.14"
3
+ "setuptools >= 83.0",
4
+ "pyTooling ~= 8.15"
5
5
  ]
6
6
  build-backend = "setuptools.build_meta"
7
7
 
@@ -25,7 +25,7 @@ variable-naming-style = "camelCase"
25
25
 
26
26
  [tool.mypy]
27
27
  packages = ["pyEDAA.ProjectModel"]
28
- python_version = "3.13"
28
+ python_version = "3.14"
29
29
  #ignore_missing_imports = true
30
30
  strict = true
31
31
  pretty = true