From 1d076c44de75cc2c7c5c9279262245b91b0dc649 Mon Sep 17 00:00:00 2001 From: Chielo Newctle Date: Fri, 18 Oct 2024 12:46:48 +0800 Subject: [PATCH] chore(ci): add python 3.13 for tests --- .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 56c9ee6..84c381a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10", "3.11", "3.12", "pypy3.10"] + python-version: ["3.10", "3.11", "3.12", "3.13", "pypy3.10"] steps: - uses: actions/checkout@v4