Commit 79900178 by Sébastien Eustace

Fix tests for Python <3.6

parent cd920554
# -*- coding: utf-8 -*-
from setuptools import setup
......
......@@ -9,7 +9,7 @@ license = "MIT"
# Requirements
[tool.poetry.dependencies]
python = "~2.7 || ^3.6"
python = "~2.7 || ^3.4"
pendulum = '^1.4'
[tool.poetry.dev-dependencies]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment