From 681056a0b1e5f610176cdd07af9d850859b907d5 Mon Sep 17 00:00:00 2001 From: Spencer Comfort <109806759+GiddyGoatGaming@users.noreply.github.com> Date: Mon, 23 Jan 2023 16:34:13 -0500 Subject: [PATCH] Update testing_initiative.yml --- .github/workflows/testing_initiative.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing_initiative.yml b/.github/workflows/testing_initiative.yml index 50fbad1..fadb7cc 100644 --- a/.github/workflows/testing_initiative.yml +++ b/.github/workflows/testing_initiative.yml @@ -33,7 +33,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: [2.7, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11] + python-version: [2.7, 3.6, 3.7, 3.8, 3.9, 3.10.0, 3.11] no-coverage: [0] include: - os: ubuntu-latest