From 193353b7afef0bea875c5c91b16b5bdc078fc59f Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Sat, 13 May 2023 14:27:16 +0100 Subject: Upgrade to Python 3.11 --- .github/workflows/lint-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index a12fb650..7dffeee5 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -14,7 +14,7 @@ jobs: - name: Install Python Dependencies uses: HassanAbouelela/actions/setup-python@setup-python_v1.4.0 with: - python_version: '3.10' + python_version: '3.11' # Start the database early to give it a chance to get ready before # we start running tests. -- cgit v1.2.3