From 88b14368e34e33832a0f8b0ef134edd818b3ddca Mon Sep 17 00:00:00 2001 From: Alex Martens <alex@thinglab.org> Date: Tue, 19 Dec 2023 12:37:50 -0800 Subject: [PATCH] CI: 3.12.0 -> 3.12 --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1645c8a..b2f03ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - 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"] steps: - uses: actions/checkout@v4 - name: Setup Python ${{ matrix.python-version }} @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: "3.12.0" + python-version: "3.12" - uses: abatilo/actions-poetry@v2.3.0 - name: Install bluetooth run: | @@ -63,7 +63,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - 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"] steps: - uses: actions/checkout@v4 - name: Setup Python ${{ matrix.python-version }} @@ -93,7 +93,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: "3.12.0" + python-version: "3.12" - name: Install Poetry uses: abatilo/actions-poetry@v2.3.0 - run: poetry install @@ -111,7 +111,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: "3.12.0" + python-version: "3.12" - name: Install Poetry uses: abatilo/actions-poetry@v2.3.0 - run: poetry install