mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 15:32:13 +00:00
Update README.md
Co-Authored-By: Brian Cristante <33549821+brcrista@users.noreply.github.com>
This commit is contained in:
parent
8b9b081ff7
commit
55306a552e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue