Skip to content

Commit

Permalink
Run CI tests using Python 3.12.0 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
woodsp-ibm authored Jan 11, 2024
1 parent 9f85dbc commit 5824dc3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This code is part of a Qiskit project.
#
# (C) Copyright IBM 2021, 2023.
# (C) Copyright IBM 2021, 2024.
#
# This code is licensed under the Apache License, Version 2.0. You may
# obtain a copy of this license in the LICENSE.txt file in the root directory
Expand Down Expand Up @@ -111,12 +111,12 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: [3.8, 3.9, '3.10', 3.11, 3.12]
python-version: [3.8, 3.9, '3.10', 3.11, 3.12.0]
include:
- os: macos-latest
python-version: 3.8
- os: macos-latest
python-version: 3.12
python-version: 3.12.0
- os: windows-latest
python-version: 3.8
- os: windows-latest
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: [3.8, 3.12]
python-version: [3.8, 3.12.0]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down Expand Up @@ -278,15 +278,15 @@ jobs:
path: /tmp/u311
- uses: actions/download-artifact@v3
with:
name: ubuntu-latest-3.12
name: ubuntu-latest-3.12.0
path: /tmp/u312
- uses: actions/download-artifact@v3
with:
name: macos-latest-3.8
path: /tmp/m38
- uses: actions/download-artifact@v3
with:
name: macos-latest-3.12
name: macos-latest-3.12.0
path: /tmp/m312
- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 5824dc3

Please sign in to comment.