Skip to content

Commit

Permalink
CI: Python 3.12 GA has been released on 2023-10-02
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl authored and gutzbenj committed Oct 6, 2023
1 parent f0a62c2 commit 7b25dc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest"]
python-version: ["3.9", "3.10", "3.11", "3.12-dev"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
include:
- os: "macos-latest"
python-version: "3.12-dev"
python-version: "3.12"
- os: "windows-latest"
python-version: "3.12-dev"
python-version: "3.12"

env:
OS: ${{ matrix.os }}
Expand Down

0 comments on commit 7b25dc2

Please sign in to comment.