From 3ec48b1ccd63fab7d3ae82062a38f62eecbd9247 Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Thu, 10 Mar 2022 14:21:32 -0800 Subject: [PATCH] modules test run on 3.9 for now --- .github/workflows/modules.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/modules.yml b/.github/workflows/modules.yml index 17407de..89bb3a8 100644 --- a/.github/workflows/modules.yml +++ b/.github/workflows/modules.yml @@ -37,8 +37,11 @@ jobs: - name: Setup python uses: actions/setup-python@v1 with: - # This should generally be the latest stable release of python - python-version: '3.10' + # This should generally be the latest stable release of python, but + # dyn and ovh don't currently support changes made in 3.10 so we'll + # leave it 3.9 for now. Once 3.11 lands though we'll bump to it and + # if they haven't updated they'll be removed from the matrix + python-version: '3.9' architecture: x64 - name: Test Module run: |