Skip to content

Commit 737a09e

Browse files
authored
fix: bump spec lock and fix python version to only accept patch bumps (#213)
* fix: bump speck lock and fix python version to only accept patch bumps * chore: add small delta to .rst file to check build on Netlify
1 parent 50a1542 commit 737a09e

File tree

4 files changed

+23853
-23933
lines changed

4 files changed

+23853
-23933
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "safety-critical-rust-coding-guidelines"
33
version = "0.1.0"
44
description = "Add your description here"
55
readme = "README.md"
6-
requires-python = ">=3.12"
6+
requires-python = ">=3.12,<3.13"
77
dependencies = [
88
"builder",
99
"tqdm",

src/compliance/compliance-meaning.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@
55

66
Compliance Meaning
77
==================
8+
9+
We follow MISRA Compliance 2020.

0 commit comments

Comments
 (0)