From 2df8743344a8631ef7e5ced9a1b174987f4c3d05 Mon Sep 17 00:00:00 2001 From: synodriver Date: Fri, 13 Oct 2023 23:10:42 +0800 Subject: [PATCH] Update upload.yml --- .github/workflows/upload.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upload.yml b/.github/workflows/upload.yml index 919b165..bb7678a 100644 --- a/.github/workflows/upload.yml +++ b/.github/workflows/upload.yml @@ -9,7 +9,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "pypy3.7", "pypy3.8", "pypy3.9"] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.7", "pypy3.8", "pypy3.9", "pypy3.10"] os: [ubuntu-latest, macos-latest, windows-latest] fail-fast: false