peakrdl-python 0.9.1__tar.gz → 0.9.2__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 (146) hide show
  1. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/.github/workflows/action.yaml +8 -8
  2. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/PKG-INFO +2 -1
  3. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/pyproject.toml +1 -0
  4. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/src/peakrdl_python/__about__.py +1 -1
  5. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/src/peakrdl_python.egg-info/PKG-INFO +2 -1
  6. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/.gitignore +0 -0
  7. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/.readthedocs.yaml +0 -0
  8. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/LICENSE +0 -0
  9. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/MANIFEST.in +0 -0
  10. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/README.md +0 -0
  11. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/docs/api.rst +0 -0
  12. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/docs/api_components.rst +0 -0
  13. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/docs/command_line.rst +0 -0
  14. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/docs/conf.py +0 -0
  15. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/docs/customisation.rst +0 -0
  16. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/docs/design_decisions.rst +0 -0
  17. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/docs/design_tools.rst +0 -0
  18. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/docs/generated_package.rst +0 -0
  19. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/docs/genindex.rst +0 -0
  20. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/docs/index.rst +0 -0
  21. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/docs/installation.rst +0 -0
  22. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/docs/requirements.txt +0 -0
  23. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/example/array_access/array_access.rdl +0 -0
  24. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/example/array_access/demo_array_access.py +0 -0
  25. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/example/enumerated_fields/demo_enumerated_fields.py +0 -0
  26. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/example/enumerated_fields/enumerated_fields.rdl +0 -0
  27. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/example/optimised_access/demo_optimised_access.py +0 -0
  28. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/example/optimised_access/demo_optimised_array_access.py +0 -0
  29. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/example/optimised_access/optimised_access.rdl +0 -0
  30. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/example/optimised_access/optimised_array_access.rdl +0 -0
  31. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/example/overridden_names/demo_over_ridden_names.py +0 -0
  32. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/example/overridden_names/overridden_names.rdl +0 -0
  33. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/example/simulating_callbacks/chip_with_a_GPIO.rdl +0 -0
  34. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/example/simulating_callbacks/flashing_the_LED.py +0 -0
  35. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/example/tranversing_address_map/chip_with_registers.rdl +0 -0
  36. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/example/tranversing_address_map/dumping_register_state_to_json_file.py +0 -0
  37. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/example/tranversing_address_map/reg_dump.json +0 -0
  38. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/example/tranversing_address_map/reseting_registers.py +0 -0
  39. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/example/tranversing_address_map/writing_register_state_from_json_file.py +0 -0
  40. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/example/user_defined_properties/demo_user_defined_properties.py +0 -0
  41. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/example/user_defined_properties/user_defined_properties.rdl +0 -0
  42. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/example/why_ral/__init__.py +0 -0
  43. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/example/why_ral/gpio.rdl +0 -0
  44. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/example/why_ral/with_hal.py +0 -0
  45. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/example/why_ral/with_ral.py +0 -0
  46. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/example/why_ral/without_ral.py +0 -0
  47. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/generate_and_test.py +0 -0
  48. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/generate_testcases.py +0 -0
  49. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/setup.cfg +0 -0
  50. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/src/peakrdl_python/.coveragerc +0 -0
  51. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/src/peakrdl_python/__init__.py +0 -0
  52. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/src/peakrdl_python/__peakrdl__.py +0 -0
  53. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/src/peakrdl_python/_node_walkers.py +0 -0
  54. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/src/peakrdl_python/compiler_udp.py +0 -0
  55. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/src/peakrdl_python/exporter.py +0 -0
  56. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/src/peakrdl_python/lib/__init__.py +0 -0
  57. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/src/peakrdl_python/lib/async_memory.py +0 -0
  58. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/src/peakrdl_python/lib/async_register.py +0 -0
  59. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/src/peakrdl_python/lib/base.py +0 -0
  60. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/src/peakrdl_python/lib/callbacks.py +0 -0
  61. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/src/peakrdl_python/lib/fields.py +0 -0
  62. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/src/peakrdl_python/lib/memory.py +0 -0
  63. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/src/peakrdl_python/lib/register.py +0 -0
  64. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/src/peakrdl_python/lib/utility_functions.py +0 -0
  65. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/src/peakrdl_python/safe_name_utility.py +0 -0
  66. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/src/peakrdl_python/sim_lib/__init__.py +0 -0
  67. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/src/peakrdl_python/sim_lib/_callbacks.py +0 -0
  68. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/src/peakrdl_python/sim_lib/base.py +0 -0
  69. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/src/peakrdl_python/sim_lib/dummy_callbacks.py +0 -0
  70. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/src/peakrdl_python/sim_lib/field.py +0 -0
  71. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/src/peakrdl_python/sim_lib/memory.py +0 -0
  72. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/src/peakrdl_python/sim_lib/register.py +0 -0
  73. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/src/peakrdl_python/sim_lib/simulator.py +0 -0
  74. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/src/peakrdl_python/systemrdl_node_utility_functions.py +0 -0
  75. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/src/peakrdl_python/templates/__init__.py +0 -0
  76. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/src/peakrdl_python/templates/addrmap.py.jinja +0 -0
  77. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/src/peakrdl_python/templates/addrmap_field.py.jinja +0 -0
  78. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/src/peakrdl_python/templates/addrmap_memory.py.jinja +0 -0
  79. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/src/peakrdl_python/templates/addrmap_register.py.jinja +0 -0
  80. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/src/peakrdl_python/templates/addrmap_simulation.py.jinja +0 -0
  81. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/src/peakrdl_python/templates/addrmap_simulation_tb.py.jinja +0 -0
  82. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/src/peakrdl_python/templates/addrmap_tb.py.jinja +0 -0
  83. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/src/peakrdl_python/templates/addrmap_udp_property.py.jinja +0 -0
  84. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/src/peakrdl_python/templates/baseclass_simulation_tb.py.jinja +0 -0
  85. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/src/peakrdl_python/templates/baseclass_tb.py.jinja +0 -0
  86. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/src/peakrdl_python/templates/example.py.jinja +0 -0
  87. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/src/peakrdl_python/templates/header.py.jinja +0 -0
  88. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/src/peakrdl_python/templates/header_tb.py.jinja +0 -0
  89. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/src/peakrdl_python/templates/reg_definitions.py.jinja +0 -0
  90. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/src/peakrdl_python/templates/sim_addrmap.py.jinja +0 -0
  91. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/src/peakrdl_python.egg-info/SOURCES.txt +0 -0
  92. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/src/peakrdl_python.egg-info/dependency_links.txt +0 -0
  93. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/src/peakrdl_python.egg-info/entry_points.txt +0 -0
  94. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/src/peakrdl_python.egg-info/requires.txt +0 -0
  95. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/src/peakrdl_python.egg-info/top_level.txt +0 -0
  96. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/.mypy.ini +0 -0
  97. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/alternative_templates/header.py.jinja +0 -0
  98. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/alternative_templates/header_tb.py.jinja +0 -0
  99. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/alternative_templates_dynamic/header.py.jinja +0 -0
  100. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/alternative_templates_dynamic/header_tb.py.jinja +0 -0
  101. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/alternative_templates_dynamic_toml/header_check.py +0 -0
  102. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/alternative_templates_dynamic_toml/peakrdl.toml +0 -0
  103. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/alternative_templates_toml/header_check.py +0 -0
  104. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/alternative_templates_toml/peakrdl.toml +0 -0
  105. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/pylint.rc +0 -0
  106. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/testcases/RDLFormatCode_example.rdl +0 -0
  107. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/testcases/addr_map.rdl +0 -0
  108. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/testcases/all_register_access_types.rdl +0 -0
  109. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/testcases/basic.rdl +0 -0
  110. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/testcases/block_a.xml +0 -0
  111. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/testcases/block_b.xml +0 -0
  112. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/testcases/different_array_types.rdl +0 -0
  113. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/testcases/enum_example.rdl +0 -0
  114. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/testcases/example_issue_106.rdl +0 -0
  115. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/testcases/extended_memories.rdl +0 -0
  116. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/testcases/extended_sizes_registers_array.rdl +0 -0
  117. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/testcases/field_scope.rdl +0 -0
  118. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/testcases/field_with_overridden_reset.rdl +0 -0
  119. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/testcases/fields_with_HW_write.rdl +0 -0
  120. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/testcases/fields_with_reset_values.rdl +0 -0
  121. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/testcases/hidden_property.rdl +0 -0
  122. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/testcases/memories.rdl +0 -0
  123. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/testcases/memories_with_registers.rdl +0 -0
  124. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/testcases/msb0_and_lsb0.rdl +0 -0
  125. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/testcases/multi_block.rdl +0 -0
  126. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/testcases/multifile.rdl +0 -0
  127. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/testcases/name_clash.rdl +0 -0
  128. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/testcases/overridden_python_name.rdl +0 -0
  129. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/testcases/parametrised_readonly_and_readwrite.rdl +0 -0
  130. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/testcases/regfile_and_arrays.rdl +0 -0
  131. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/testcases/reserved_elements.rdl +0 -0
  132. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/testcases/same_but_different_enum.rdl +0 -0
  133. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/testcases/signals_definitions_at_various_levels.rdl +0 -0
  134. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/testcases/simple.rdl +0 -0
  135. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/testcases/simple.xml +0 -0
  136. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/testcases/simulator_test.rdl +0 -0
  137. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/testcases/sizes_registers.rdl +0 -0
  138. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/testcases/sizes_registers_array.rdl +0 -0
  139. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/testcases/user_defined_properties.rdl +0 -0
  140. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/testcases/write_only_enum_with_undefined_reset.rdl +0 -0
  141. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/unit_tests/__init__.py +0 -0
  142. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/unit_tests/simple_components.py +0 -0
  143. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/unit_tests/test_array_indexing.py +0 -0
  144. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/unit_tests/test_export.py +0 -0
  145. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/unit_tests/test_optimised_reg_array.py +0 -0
  146. {peakrdl_python-0.9.1 → peakrdl_python-0.9.2}/tests/unit_tests/test_reg.py +0 -0
@@ -28,7 +28,7 @@ jobs:
28
28
  - name: Set up Python
29
29
  uses: actions/setup-python@v5
30
30
  with:
31
- python-version: "3.11"
31
+ python-version: "3.12"
32
32
 
33
33
  - name: Install dependencies
34
34
  run: |
@@ -53,7 +53,7 @@ jobs:
53
53
  - name: Set up Python
54
54
  uses: actions/setup-python@v5
55
55
  with:
56
- python-version: "3.11"
56
+ python-version: "3.12"
57
57
 
58
58
  - name: Install dependencies
59
59
  run: |
@@ -71,7 +71,7 @@ jobs:
71
71
  runs-on: ubuntu-latest
72
72
  strategy:
73
73
  matrix:
74
- python-version: [ 3.7, 3.8, 3.9, "3.10", "3.11", "3.12" ]
74
+ python-version: [ 3.7, 3.8, 3.9, "3.10", "3.11", "3.12", "3.13" ]
75
75
 
76
76
  steps:
77
77
  - uses: actions/checkout@v4
@@ -101,7 +101,7 @@ jobs:
101
101
  runs-on: ubuntu-latest
102
102
  strategy:
103
103
  matrix:
104
- python-version: [ 3.7, 3.8, 3.9, "3.10", "3.11", "3.12" ]
104
+ python-version: [ 3.7, 3.8, 3.9, "3.10", "3.11", "3.12", "3.13" ]
105
105
 
106
106
  steps:
107
107
  - uses: actions/checkout@v4
@@ -150,7 +150,7 @@ jobs:
150
150
  runs-on: ubuntu-latest
151
151
  strategy:
152
152
  matrix:
153
- python-version: [ 3.7, 3.8, 3.9, "3.10", "3.11", "3.12" ]
153
+ python-version: [ 3.7, 3.8, 3.9, "3.10", "3.11", "3.12", "3.13" ]
154
154
 
155
155
  steps:
156
156
  - uses: actions/checkout@v4
@@ -252,7 +252,7 @@ jobs:
252
252
  runs-on: ubuntu-latest
253
253
  strategy:
254
254
  matrix:
255
- python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
255
+ python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12", "3.13"]
256
256
 
257
257
  steps:
258
258
  - uses: actions/checkout@v4
@@ -293,7 +293,7 @@ jobs:
293
293
  matrix:
294
294
  # reduced matrix because the autoformatter was having issues with python 3.8 so we will
295
295
  # limit this to modern versions of python only
296
- python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
296
+ python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "3.13"]
297
297
 
298
298
  steps:
299
299
  - uses: actions/checkout@v4
@@ -346,7 +346,7 @@ jobs:
346
346
  - uses: actions/setup-python@v5
347
347
  name: Install Python
348
348
  with:
349
- python-version: "3.11"
349
+ python-version: "3.12"
350
350
 
351
351
  - name: Install dependencies
352
352
  run: |
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: peakrdl-python
3
- Version: 0.9.1
3
+ Version: 0.9.2
4
4
  Summary: Generate Python Register Access Layer (RAL) from SystemRDL
5
5
  Author: Keith Brady
6
6
  License: GNU GENERAL PUBLIC LICENSE
@@ -692,6 +692,7 @@ Classifier: Programming Language :: Python :: 3.9
692
692
  Classifier: Programming Language :: Python :: 3.10
693
693
  Classifier: Programming Language :: Python :: 3.11
694
694
  Classifier: Programming Language :: Python :: 3.12
695
+ Classifier: Programming Language :: Python :: 3.13
695
696
  Classifier: Programming Language :: Python :: 3 :: Only
696
697
  Classifier: Intended Audience :: Developers
697
698
  Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
@@ -33,6 +33,7 @@ classifiers = [
33
33
  "Programming Language :: Python :: 3.10",
34
34
  "Programming Language :: Python :: 3.11",
35
35
  "Programming Language :: Python :: 3.12",
36
+ "Programming Language :: Python :: 3.13",
36
37
  "Programming Language :: Python :: 3 :: Only",
37
38
  "Intended Audience :: Developers",
38
39
  "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
@@ -17,4 +17,4 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
17
17
 
18
18
  Variables that describes the peakrdl-python Package
19
19
  """
20
- __version__ = "0.9.1"
20
+ __version__ = "0.9.2"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: peakrdl-python
3
- Version: 0.9.1
3
+ Version: 0.9.2
4
4
  Summary: Generate Python Register Access Layer (RAL) from SystemRDL
5
5
  Author: Keith Brady
6
6
  License: GNU GENERAL PUBLIC LICENSE
@@ -692,6 +692,7 @@ Classifier: Programming Language :: Python :: 3.9
692
692
  Classifier: Programming Language :: Python :: 3.10
693
693
  Classifier: Programming Language :: Python :: 3.11
694
694
  Classifier: Programming Language :: Python :: 3.12
695
+ Classifier: Programming Language :: Python :: 3.13
695
696
  Classifier: Programming Language :: Python :: 3 :: Only
696
697
  Classifier: Intended Audience :: Developers
697
698
  Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
File without changes
File without changes
File without changes