Skip to content

Commit 3c48de0

Browse files
Jammy2211Jammy2211
authored andcommitted
ci: validate PyAutoMemory on Python 3.12
Run the validation workflow on the ecosystem minimum Python and recognize the shared root AI policy in the repository layout.
1 parent 8c754e8 commit 3c48de0

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-python@v5
1414
with:
15-
python-version: "3.11"
15+
python-version: "3.12"
1616
- run: pip install pytest
1717
- run: make validate
1818
- run: make test

scripts/validate_structure.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
ALLOWED_TOP_FILES = {
2828
".gitignore",
2929
"AGENTS.md",
30+
"AI_POLICY.md",
3031
"CLAUDE.md",
3132
"CONTRIBUTING.md",
3233
"LICENSE",

0 commit comments

Comments
 (0)