Unverified Commit db206785 authored by Derek Nola's avatar Derek Nola Committed by GitHub
Browse files

Pin python to 3.13 for ansible 2.19 support (#462)



Signed-off-by: default avatarDerek Nola <derek.nola@suse.com>
parent 72091146
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,10 +15,10 @@ jobs:
      - name: Check out the codebase.
        uses: actions/checkout@v4

      - name: Set up Python 3.
      - name: Set up Python 3.13.
        uses: actions/setup-python@v4
        with:
          python-version: '3.x'
          python-version: '3.13.x'

      - name: Install test dependencies.
        run: pip3 install ansible
+2 −2
Original line number Diff line number Diff line
@@ -16,10 +16,10 @@ jobs:
      - name: Check out the codebase.
        uses: actions/checkout@v4

      - name: Set up Python 3.7.
      - name: Set up Python 3.13.
        uses: actions/setup-python@v4
        with:
          python-version: '3.x'
          python-version: '3.13.x'

      - name: Install test dependencies.
        run: pip3 install yamllint ansible-lint ansible