From 9e1442ec13253619c231ad3be9755177dcaeeb07 Mon Sep 17 00:00:00 2001 From: Dan Date: Thu, 10 Nov 2022 16:02:52 -0500 Subject: [PATCH] just test on 3.11 --- .github/workflows/backend_tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/backend_tests.yml b/.github/workflows/backend_tests.yml index ff8b46e97..d06776806 100644 --- a/.github/workflows/backend_tests.yml +++ b/.github/workflows/backend_tests.yml @@ -15,8 +15,6 @@ jobs: - { python: "3.11", os: "ubuntu-latest", session: "pre-commit" } - { python: "3.11", os: "ubuntu-latest", session: "safety" } - { python: "3.11", os: "ubuntu-latest", session: "mypy" } - - { python: "3.10", os: "ubuntu-latest", session: "mypy" } - - { python: "3.9", os: "ubuntu-latest", session: "mypy" } - { python: "3.11", os: "ubuntu-latest",