From 6e2da8d54ad79ed3b46976af57d3721b3e50b370 Mon Sep 17 00:00:00 2001 From: Corey Oordt Date: Sat, 14 Dec 2024 17:02:15 -0600 Subject: [PATCH] Fixed issue with python install --- .github/workflows/test.yaml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 7ca1d00a..7c8e0444 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -22,22 +22,17 @@ jobs: - ubuntu-latest - windows-latest python-version: - - "3.8" - "3.9" - "3.10" - "3.11" + - "3.12" + - "3.13" runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 + - uses: ./.github/actions/setup-python-and-git with: python-version: ${{ matrix.python-version }} - - name: Check git is working - run: | - git config --global user.email "bumpversion-test-git@github.actions" - git config --global user.name "Testing Git" - git --version - git config --list - name: Check mercurial is working run: | echo -e '[ui]\nusername = Testing Mercurial' > ~/.hgrc