Skip to content

Commit 5fe0536

Browse files
authored
Merge pull request #31 from PyAutoLabs/feature/python-312-release-surfaces
ci: validate PyAutoMemory on Python 3.12
2 parents 8c754e8 + 3c48de0 commit 5fe0536

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)