mirror of
https://github.com/sivel/speedtest-cli.git
synced 2026-08-29 13:01:37 +00:00
added remaining python versions to test against
This commit is contained in:
parent
2882327c84
commit
e44a4d629a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/python-package.yaml
vendored
2
.github/workflows/python-package.yaml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python: [2.7, 3.7, 3.8]
|
||||
python: [2.4, 2.5, 2.6, 2.7, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, pypy]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue