From 10c93ff0905632572e132cdc4a1055c35c772854 Mon Sep 17 00:00:00 2001 From: Sean Anderson Date: Sat, 18 Nov 2023 17:38:23 -0500 Subject: [PATCH] ci: Test some more python versions Some new versions of python have come out. Test them. Signed-off-by: Sean Anderson --- .github/workflows/python.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 2b9e870..9660b40 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -11,6 +11,8 @@ jobs: python-version: - '3.9' - '3.10' + - '3.11' + - '3.12' os: - ubuntu-latest - macos-latest