From 940b73699f46f3ff327d600e8a305efcf66b4f97 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Wed, 6 Oct 2021 13:42:05 +1100 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c4670b1a..1d4fde3e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,14 +21,14 @@ jobs: postgres: 12 - python: 3.9 postgres: 13 - - python: 3.10 + - python: "3.10" postgres: 13 # Opposite extremes of the supported Py/PG range, other architecture - python: 3.6 postgres: 13 architecture: 'x86' - - python: 3.10 + - python: "3.10" postgres: 9.5 architecture: 'x86'