From bea3bb46618dba0e7541e75f467715fc8a541668 Mon Sep 17 00:00:00 2001 From: T Pham <2117313+TrangPham@users.noreply.github.com> Date: Thu, 19 Oct 2023 17:32:10 -0700 Subject: [PATCH] Update test.yml Add 3.11 for python --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 05b6fec..651728d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -46,7 +46,7 @@ jobs: options: --health-cmd="curl http://localhost:4566/health?reload" --health-interval=10s --health-timeout=5s --health-retries=3 strategy: matrix: - python-version: [3.8, 3.9, 3.10.0] + python-version: [3.8, 3.9, 3.10.0, 3.11] django-version: [3.2, 4.0.4] include: # Version 4.0 of Django drops support for python 3.6 & 3.7