From d3b03adcbe396f3588a0b943c6ad4d16d07bea4d Mon Sep 17 00:00:00 2001 From: Curtis McCully Date: Wed, 16 Oct 2024 13:49:03 -0400 Subject: [PATCH] Removed python=3.8 from github actions. --- .github/workflows/unit-tests.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 02bce075..5d96d175 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -18,11 +18,6 @@ jobs: python-version: 3.9 toxenv: build_docs - - name: Python 3.8 with minimal dependencies - os: ubuntu-latest - python-version: '3.8' - toxenv: py38-test - - name: Python 3.9 with minimal dependencies os: ubuntu-latest python-version: '3.9' @@ -33,6 +28,11 @@ jobs: python-version: '3.10' toxenv: py310-test + - name: Python 3.11 with minimal dependencies + os: ubuntu-latest + python-version: '3.11' + toxenv: py311-test + - name: Code style checks os: ubuntu-latest python-version: 3.9