Skip to content

Commit

Permalink
Bump Python 3.12 CI test to final release
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-scheck committed Feb 11, 2024
1 parent 3838e57 commit d1c3384
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12.0-rc.1"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
exclude:
- os: ubuntu-latest
python-version: 3.6
Expand All @@ -27,7 +27,7 @@ jobs:
- os: macos-latest
python-version: 3.11
- os: macos-latest
python-version: 3.12.0-rc.1
python-version: 3.12
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit d1c3384

Please sign in to comment.