From 80f17997bf5f8c573d5bbbc4a7bb93a301974121 Mon Sep 17 00:00:00 2001 From: Mark Walker Date: Thu, 23 Nov 2023 19:17:27 +0000 Subject: [PATCH] test: Add python 3.12 and drop 3.7 --- .github/workflows/tests.yml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5904f32..390b723 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,11 +15,11 @@ jobs: fail-fast: false matrix: python-version: - - 3.7 - 3.8 - 3.9 - "3.10" - "3.11" + - "3.12" services: redis: image: redis diff --git a/tox.ini b/tox.ini index 3ada8dc..4ba5346 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = - py{37,38,39,310,311} + py{38,39,310,311,312} qa [testenv]