Screw it; go 3.7 for ``datetime.fromisoformat()``
parent
ab8008ad61
commit
94012b05c3
12
.travis.yml
12
.travis.yml
|
@ -1,10 +1,10 @@
|
||||||
language: python
|
language: python
|
||||||
python:
|
|
||||||
- '3.6'
|
matrix:
|
||||||
# setup.py reading README breaks this?
|
include:
|
||||||
# - pypy
|
- python: 3.7
|
||||||
# no pandas support
|
dist: xenial
|
||||||
# - nightly
|
sudo: required
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get -qq update
|
- sudo apt-get -qq update
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -43,7 +43,7 @@ setup(
|
||||||
'questrade': ['asks'],
|
'questrade': ['asks'],
|
||||||
},
|
},
|
||||||
tests_require=['pytest'],
|
tests_require=['pytest'],
|
||||||
python_requires=">=3.6",
|
python_requires=">=3.7", # literally for ``datetime.datetime.fromisoformat``...
|
||||||
keywords=["async", "trading", "finance", "quant", "charting"],
|
keywords=["async", "trading", "finance", "quant", "charting"],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 3 - Alpha',
|
'Development Status :: 3 - Alpha',
|
||||||
|
|
Loading…
Reference in New Issue