From 92de4e8e8308c72e3bc1553f863cb06d573e02e1 Mon Sep 17 00:00:00 2001 From: Dave Johansen Date: Fri, 13 Oct 2023 09:09:12 -0600 Subject: [PATCH] Add 3.12 to the list of versions to test --- .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 e0e7708e..fd5912c8 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.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] # Steps represent a sequence of tasks that will be executed as part of the job steps: