Skip to content

Commit

Permalink
CI: 3.12.0 -> 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
newAM committed Dec 19, 2023
1 parent 590a8c1 commit 88b1436
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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/[email protected]
- name: Install bluetooth
run: |
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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/[email protected]
- run: poetry install
Expand All @@ -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/[email protected]
- run: poetry install
Expand Down

0 comments on commit 88b1436

Please sign in to comment.