Skip to content

Commit 8fb997f

Browse files
committed
CI: Pin Python to 3.11.x
On 3.12 we get the following failure: AttributeError: '_AnsiblePathHookFinder' object has no attribute 'find_spec' Possibly ansible-core 2.12 is too old for Python 3.12.
1 parent 6ea4117 commit 8fb997f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
steps:
1616
- uses: actions/setup-python@v3
1717
with:
18-
python-version: 3.x
18+
python-version: 3.11.x
1919
# Cache Python dependencies
2020
cache: pip
2121

0 commit comments

Comments
 (0)