From 3d49e170e170ebafe8881fa2d62662debe8958d9 Mon Sep 17 00:00:00 2001 From: Kyle Conroy Date: Thu, 14 Dec 2023 10:56:41 -0500 Subject: [PATCH] fix toxenv for 3.9 test --- .github/workflows/ci_workflows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_workflows.yml b/.github/workflows/ci_workflows.yml index 529a1a8e..876819a3 100644 --- a/.github/workflows/ci_workflows.yml +++ b/.github/workflows/ci_workflows.yml @@ -60,7 +60,7 @@ jobs: - name: Windows - Python 3.9 os: windows-latest python: 3.9 - toxenv: py38-test + toxenv: py39-test allow_failure: false # This also runs on cron but we want to make sure new changes