From 39443ca294cb2b1f738a5bd5512283eb95bb9acb Mon Sep 17 00:00:00 2001 From: Bo Bayles Date: Fri, 16 Dec 2022 08:59:59 -0600 Subject: [PATCH] Update Python versions for GHA testing --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 08e0a750..e0e7708e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: # You can use PyPy versions in python-version. # For example, pypy2 and pypy3 matrix: - python-version: [3.6, 3.7, 3.8, 3.9] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] # Steps represent a sequence of tasks that will be executed as part of the job steps: