From 55306a552e9a92a3bac6eac208bf18cedcea1fd9 Mon Sep 17 00:00:00 2001 From: Konrad Pabjan Date: Wed, 29 Apr 2020 15:54:54 +0200 Subject: [PATCH] Update README.md Co-Authored-By: Brian Cristante <33549821+brcrista@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4a4a0a3..27ddf524 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ jobs: build: runs-on: ubuntu-latest strategy: - python-version: [3.5.4, 3.6.6, 3.7.4, 3.8.1] + python-version: [3.5, 3.6, 3.7.4, 3.8] steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v1