mirror of
https://github.com/hydrosquall/tiingo-python.git
synced 2026-01-10 23:04:45 +01:00
dev: update tested and recommended python versions
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: ['3.7', '3.8', '3.9']
|
||||
python-version: ['3.10', '3.11', '3.12',]
|
||||
WITH_PANDAS: [false, true]
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user