diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0b87ff0d..4d8d2ef8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,9 +28,9 @@ jobs: strategy: matrix: python_version: - - "3.8.13" - - "3.9.16" - - "3.10.9" + - "3.8" + - "3.9" + - "3.10" steps: - name: Check Out VCS Repository @@ -69,9 +69,9 @@ jobs: strategy: matrix: python_version: - - "3.8.13" - - "3.9.16" - - "3.10.9" + - "3.8" + - "3.9" + - "3.10" steps: - name: Check Out VCS Repository diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 8875905b..b4d4c053 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -44,7 +44,7 @@ jobs: id: set_up_python uses: actions/setup-python@v5.3.0 with: - python-version: "3.10.9" + python-version: "3.10" - name: Restoring/Saving Cache uses: actions/cache@v4.1.2 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2d122a52..f14fca81 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -41,7 +41,7 @@ jobs: id: set_up_python uses: actions/setup-python@v5.3.0 with: - python-version: "3.10.9" + python-version: "3.10" - name: Create Python Virtual Environment run: make python-virtualenv PYTHON_VIRTUALENV_DIR="venv"