diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23d730ce..47281afd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.9", "3.10", "3.11", "3.12"] + python-version: ["3.11", "3.12", "3.13"] os: [macOS, ubuntu, Windows] steps: diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index e2a3761a..19b6478b 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -19,7 +19,7 @@ jobs: shell: bash -l {0} strategy: matrix: - PYTHON_VERISON: ["3.10"] + PYTHON_VERISON: ["3.13"] steps: - name: Checkout 🛎️ uses: actions/checkout@v4