From 6dc3192200538deec2342a1bdef3525d8377f130 Mon Sep 17 00:00:00 2001 From: Eugen C <1533818+armab@users.noreply.github.com> Date: Wed, 16 Aug 2023 13:55:42 +0100 Subject: [PATCH] Fix code comment to mention py3.6 --- .github/workflows/build_and_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test.yaml b/.github/workflows/build_and_test.yaml index dd7e7c2..99ec8e9 100644 --- a/.github/workflows/build_and_test.yaml +++ b/.github/workflows/build_and_test.yaml @@ -12,7 +12,7 @@ jobs: # assuming that any pull requests from the same repo are infra changes. if: github.event.pull_request.head.repo.full_name != github.repository - # As long as we need Python 3.8 here in the test, we can only use up to Ubuntu 20 + # As long as we need Python 3.6 here in the test, we can only use up to Ubuntu 20 # See https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json runs-on: ubuntu-20.04 name: 'Build and Test / Python ${{ matrix.python-version-short }}'