mirror of
https://github.com/hydrosquall/tiingo-python.git
synced 2025-12-18 20:24:19 +01:00
[tooling] Roll test matrix from python 2.x to 3.8
This commit is contained in:
2
.github/workflows/python-package.yml
vendored
2
.github/workflows/python-package.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ['2.7', '3.6', '3.7']
|
||||
python-version: ['3.6', '3.7', '3.8']
|
||||
WITH_PANDAS: [false, true]
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user