Skip to content

Commit

Permalink
Fix code comment to mention py3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
arm4b committed Aug 16, 2023
1 parent 83d4f7c commit 6dc3192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}'
Expand Down

0 comments on commit 6dc3192

Please sign in to comment.