pyproject.toml: require Python 3.6+
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 29 May 2020 20:52:21 +0000 (16:52 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 29 May 2020 20:52:21 +0000 (16:52 -0400)
I want to use f-strings.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
poetry.lock
pyproject.toml

index 116f8d6a9a7335706da61f737f6075fc44b63554..3b030a94f7ddcd5876de0a7060bf30115af29c72 100644 (file)
@@ -91,16 +91,16 @@ description = "Backport of pathlib-compatible object wrapper for zip files"
 marker = "python_version < \"3.8\""
 name = "zipp"
 optional = false
-python-versions = ">=2.7"
-version = "1.2.0"
+python-versions = ">=3.6"
+version = "3.1.0"
 
 [package.extras]
 docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"]
-testing = ["pathlib2", "unittest2", "jaraco.itertools", "func-timeout"]
+testing = ["jaraco.itertools", "func-timeout"]
 
 [metadata]
-content-hash = "1b6983518d1480ad0ddbedeaf22f78990a3f1a9975067cecd00b00d493171609"
-python-versions = '^3.5'
+content-hash = "2f2cf818db3b560712dbd0c7900be46cb0135efdd4de5decc1df157991693279"
+python-versions = '^3.6'
 
 [metadata.files]
 attrs = [
@@ -139,6 +139,6 @@ termcolor = [
     {file = "termcolor-1.1.0.tar.gz", hash = "sha256:1d6d69ce66211143803fbc56652b41d73b4a400a2891d7bf7a1cdf4c02de613b"},
 ]
 zipp = [
-    {file = "zipp-1.2.0-py2.py3-none-any.whl", hash = "sha256:e0d9e63797e483a30d27e09fffd308c59a700d365ec34e93cc100844168bf921"},
-    {file = "zipp-1.2.0.tar.gz", hash = "sha256:c70410551488251b0fee67b460fb9a536af8d6f9f008ad10ac51f615b6a521b1"},
+    {file = "zipp-3.1.0-py3-none-any.whl", hash = "sha256:aa36550ff0c0b7ef7fa639055d797116ee891440eac1a56f378e2d3179e0320b"},
+    {file = "zipp-3.1.0.tar.gz", hash = "sha256:c599e4d75c98f6798c509911d08a22e6c021d074469042177c8c86fb92eefd96"},
 ]
index e2910804ca98527c6346d575882560f42f415a69..c9390fb696eab8948d290e04d95a2bc547a2c900 100644 (file)
@@ -54,7 +54,7 @@ classifiers = [
 packages = [{include = 'barectf'}]
 
 [tool.poetry.dependencies]
-python = '^3.5'
+python = '^3.6'
 termcolor = '^1.1'
 pyyaml = '^5.3'
 jsonschema = '^3.2'
This page took 0.025902 seconds and 4 git commands to generate.