From 41c15b51b573e6654a926749ab7501522123dab6 Mon Sep 17 00:00:00 2001 From: 3rd Iteration Date: Thu, 30 May 2024 09:26:31 -0400 Subject: [PATCH] Update Weekly-Run-All-Tests_Base.yml --- .github/workflows/Weekly-Run-All-Tests_Base.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Weekly-Run-All-Tests_Base.yml b/.github/workflows/Weekly-Run-All-Tests_Base.yml index 72c01e01..9bc0f54b 100644 --- a/.github/workflows/Weekly-Run-All-Tests_Base.yml +++ b/.github/workflows/Weekly-Run-All-Tests_Base.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: os: [ubuntu-22.04, windows-latest, macos-latest] # Test all supported operating systems - python-version: ['3.8', '3.9', '3.10', '3.11'] # Test all suppoorted versions of Python + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] # Test all suppoorted versions of Python steps: - uses: actions/checkout@v2