From 18ba350a33231b9728060dd594089fbcad1ff675 Mon Sep 17 00:00:00 2001 From: Fallen_Breath Date: Wed, 9 Oct 2024 17:39:04 +0800 Subject: [PATCH] python 3.13 --- .github/workflows/verify_extra.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify_extra.yml b/.github/workflows/verify_extra.yml index 0f59fe0..902c86e 100644 --- a/.github/workflows/verify_extra.yml +++ b/.github/workflows/verify_extra.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: ['3.10', '3.11', '3.12'] # last 3 minor versions + python: ['3.11', '3.12', '3.13'] # last 3 minor versions steps: - uses: actions/checkout@v4