From 9836d5330da172336eaff9b7fb737b4110f7e246 Mon Sep 17 00:00:00 2001 From: Walter Simson Date: Tue, 12 Nov 2024 13:10:29 -0800 Subject: [PATCH] update test-option_dependencies --- .github/workflows/test_optional_dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_optional_dependencies.yml b/.github/workflows/test_optional_dependencies.yml index 8d7f74f0..fa767217 100644 --- a/.github/workflows/test_optional_dependencies.yml +++ b/.github/workflows/test_optional_dependencies.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ "windows-latest", "ubuntu-latest" , "macos-latest"] - python-version: [ "3.9", "3.10", "3.11", "3.12" ] + python-version: [ "3.10", "3.11", "3.12", "3.13" ] extra_requirements: [ "test", "examples", "docs", "dev", "all" ] runs-on: ${{matrix.os}} steps: