diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59657ff..f98ffba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: fail-fast: false matrix: os: [" ubuntu-22.04", "macos-latest", "windows-latest"] - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] defaults: run: shell: bash # required for windows @@ -73,7 +73,7 @@ jobs: fail-fast: false matrix: os: [" ubuntu-22.04", "macos-latest", "windows-latest"] - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] defaults: run: shell: bash # required for windows