From 585f44598a132d57d2bf227d167758f22518d545 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sun, 19 Oct 2025 14:18:41 -0500 Subject: [PATCH] workflow/requirements: rm freethreading Python/locked-to-RC Ansible --- .github/workflows/ansible-lint.yml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index 34efa50..73eaa95 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/setup-python@v6 with: - python-version: '3.14t' + python-version: '3.14' cache: 'pip' env: FORCE_COLOR: '1' diff --git a/requirements.txt b/requirements.txt index 1b5f6b9..9ed8b2e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ ansible-lint -ansible-core==2.20.0rc1 # python3.14 freethreading support requires 2.20+ (currently, RC) +ansible-core