From 67f1789e62c1acae46c995492ed4b35b6cf63354 Mon Sep 17 00:00:00 2001 From: Jason Cox Date: Sun, 17 Dec 2023 23:05:35 -0800 Subject: [PATCH] CI test remove py 3.5 --- .github/workflows/simtest.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"