Screw it; go 3.7 for ``datetime.fromisoformat()``

kivy_mainline_and_py3.8
Tyler Goodlet 2018-11-11 23:08:01 -05:00
parent ab8008ad61
commit 94012b05c3
2 changed files with 7 additions and 7 deletions

View File

@ -1,10 +1,10 @@
language: python
python:
- '3.6'
# setup.py reading README breaks this?
# - pypy
# no pandas support
# - nightly
matrix:
include:
- python: 3.7
dist: xenial
sudo: required
before_install:
- sudo apt-get -qq update

View File

@ -43,7 +43,7 @@ setup(
'questrade': ['asks'],
},
tests_require=['pytest'],
python_requires=">=3.6",
python_requires=">=3.7", # literally for ``datetime.datetime.fromisoformat``...
keywords=["async", "trading", "finance", "quant", "charting"],
classifiers=[
'Development Status :: 3 - Alpha',