From 4c1b22d702ce16378ca38877edba44eb190ca549 Mon Sep 17 00:00:00 2001 From: Kentaro Wada Date: Sun, 12 May 2024 03:30:55 +0900 Subject: [PATCH] Stop testing on Python 3.12 for speed --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b6a10ee..854b01df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [macos-latest, ubuntu-latest, windows-latest] - python-version: ["3.8", "3.12"] + python-version: ["3.8"] steps: - uses: actions/setup-python@v4