diff --git a/.github/workflows/simtest.yml b/.github/workflows/simtest.yml index a36d6bc..786ea8a 100644 --- a/.github/workflows/simtest.yml +++ b/.github/workflows/simtest.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"] services: simulator: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 48ecf1c..01b25cf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"] steps: - uses: "actions/checkout@v2"