From 668cfa157234c833adee4cb11c80572b68f242b1 Mon Sep 17 00:00:00 2001 From: Steve Wood <40241007+woodsp-ibm@users.noreply.github.com> Date: Thu, 22 Feb 2024 12:00:01 -0500 Subject: [PATCH] Revert Python 3.12.0 specific usage (#160) --- .github/workflows/main.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5f01c88d..d87cae5f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -111,16 +111,16 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - python-version: [3.8, 3.9, '3.10', 3.11, 3.12.0] + python-version: [3.8, 3.9, '3.10', 3.11, 3.12] include: - os: macos-latest python-version: 3.8 - os: macos-latest - python-version: 3.12.0 + python-version: 3.12 - os: windows-latest python-version: 3.8 - os: windows-latest - python-version: 3.12.0 + python-version: 3.12 steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 @@ -172,7 +172,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - python-version: [3.8, 3.12.0] + python-version: [3.8, 3.12] steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 @@ -278,7 +278,7 @@ jobs: path: /tmp/u311 - uses: actions/download-artifact@v4 with: - name: ubuntu-latest-3.12.0 + name: ubuntu-latest-3.12 path: /tmp/u312 - uses: actions/download-artifact@v4 with: @@ -286,7 +286,7 @@ jobs: path: /tmp/m38 - uses: actions/download-artifact@v4 with: - name: macos-latest-3.12.0 + name: macos-latest-3.12 path: /tmp/m312 - uses: actions/download-artifact@v4 with: @@ -294,7 +294,7 @@ jobs: path: /tmp/w38 - uses: actions/download-artifact@v4 with: - name: windows-latest-3.12.0 + name: windows-latest-3.12 path: /tmp/w312 - name: Install Dependencies run: pip install -U coverage coveralls diff-cover