Skip to content

Commit

Permalink
CI: Add support for Python 3.12 (macOS and Windows)
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Sep 29, 2023
1 parent 0bb8ba3 commit 9056c7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
python-version: ["3.9", "3.10", "3.11", "3.12-dev"]
include:
- os: "macos-latest"
python-version: "3.11"
python-version: "3.12-dev"
- os: "windows-latest"
python-version: "3.11"
python-version: "3.12-dev"

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

0 comments on commit 9056c7d

Please sign in to comment.