From d5d400e0a6ae9a191821dc0d04ed54a3165130a1 Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Wed, 7 Sep 2022 15:42:34 -0400 Subject: [PATCH] Update CI to run non-platform checks on python-3.10 --- .github/workflows/ci.yaml | 4 ++-- tox.ini | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 176831f..c81ddc8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -59,10 +59,10 @@ jobs: - name: Checkout uses: actions/checkout@v2 - - name: Install Python 3.8 + - name: Install Python 3.10 uses: actions/setup-python@v4 with: - python-version: 3.8 + python-version: "3.10" - name: Configure Job Cache uses: actions/cache@v3 diff --git a/tox.ini b/tox.ini index 52774cd..05939c3 100644 --- a/tox.ini +++ b/tox.ini @@ -24,7 +24,7 @@ commands = [testenv:static] description = Static formatting and quality enforcement -basepython = python3.8 +basepython = python3.10 ignore_errors = true locked_deps = black @@ -47,7 +47,7 @@ commands = [testenv:static-tests] description = Static formatting and quality enforcement for the tests -basepython = python3.8 +basepython = python3.10 ignore_errors = true locked_deps = mypy @@ -63,7 +63,7 @@ commands = [testenv:security] description = Security checks -basepython = python3.8 +basepython = python3.10 skip_install = true ignore_errors = true locked_deps =