From a484f81eadec7a2ee3dac7b02a63fa9053395b7f Mon Sep 17 00:00:00 2001 From: DeadNews Date: Mon, 2 Oct 2023 01:48:29 +0530 Subject: [PATCH] ci: add `python 3.12` to tests matrix --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 307fee89..663c3d28 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,7 +37,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ["3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11", "3.12.0-rc.3"] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4