From cbba0c14aa56af0f8dd417c12c78487dce62c053 Mon Sep 17 00:00:00 2001 From: Chandler Gatenbee Date: Mon, 24 Jun 2024 13:53:34 -0400 Subject: [PATCH] 1.1.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aaec0aa..2e0f959 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - python-version: ["3.9", "3.10", "3.11, 3.12"] + python-version: ["3.9", "3.10", "3.11", "3.12"] os: [Ubuntu, Windows, macOS] steps: