From 346ad6e5e898119172f2a7640cac7e139f0c428e Mon Sep 17 00:00:00 2001 From: Jason Ray Date: Mon, 11 Dec 2023 12:49:26 -0500 Subject: [PATCH] Update ci.yml - ci to test against python 3.12 --- .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 739b56a..ec151ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: test: strategy: matrix: - python-version: ["3.11", "3.10", "3.9", "3.8", "3.7"] + python-version: ["3.12", "3.11", "3.10", "3.9", "3.8", "3.7"] beanstalkd-version: ["1.13", "1.12"] runs-on: ubuntu-latest steps: