From 28453fa17bbf9165e879a55a028ca2f29dee9bce Mon Sep 17 00:00:00 2001 From: Aaron Steers Date: Tue, 27 Feb 2024 17:13:34 -0800 Subject: [PATCH] add back py3.9 to test matrix --- .github/workflows/python_pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python_pytest.yml b/.github/workflows/python_pytest.yml index e09099bd..60e9dec0 100644 --- a/.github/workflows/python_pytest.yml +++ b/.github/workflows/python_pytest.yml @@ -49,7 +49,7 @@ jobs: matrix: python-version: [ # TODO: Re-enable 3.9 and 3.11 once we have stable tests across all versions. - # '3.9', + '3.9', '3.10', # '3.11', ]