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 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

View File

@ -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',