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