From bd5b156453455ca3528688c8e92fef1570c681d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Mon, 5 Nov 2018 22:19:18 +0100 Subject: [PATCH] Updated Python version in the requirements. --- Pipfile | 2 +- Pipfile.lock | 8 ++------ setup.py | 1 + 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/Pipfile b/Pipfile index 250664a..342bda8 100644 --- a/Pipfile +++ b/Pipfile @@ -7,7 +7,7 @@ name = "pypi" [requires] -python_version = "3.6" +python_version = "3.7" [packages] diff --git a/Pipfile.lock b/Pipfile.lock index 91c9401..960ecb5 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,11 +1,11 @@ { "_meta": { "hash": { - "sha256": "c0460ae7010218865c92f5850eb5dfeef111bf0194e5a806237a431c7cca61c4" + "sha256": "be189616575b9a83a86d47b787e844e15b2b423b710c17dcf8c3d1703becf6fb" }, "pipfile-spec": 6, "requires": { - "python_version": "3.6" + "python_version": "3.7" }, "sources": [ { @@ -21,7 +21,6 @@ "sha256:a3d89af5db9e9806a779a50296b5fdb466e281147c2c235e8225ecc6dbf7bbf3", "sha256:c9b54bebe91a6a803e0772c8561d53f2926bfeb17cd141fbabcb08424086595c" ], - "markers": "python_version != '3.3.*' and python_version >= '2.7' and python_version != '3.1.*' and python_version != '3.0.*' and python_version != '3.2.*'", "version": "==0.4.0" }, "crayons": { @@ -216,7 +215,6 @@ "sha256:99dcfdaaeb17caf6e526f32b6a7b780461512ab3f1d992187801694cba42770c", "sha256:a84b8c9ab6239b578f22d1c21d51b696dcfe004032bb80ea832398d6909d7279" ], - "markers": "python_version != '3.3.*' and python_version != '3.2.*' and python_version >= '2.7' and python_version < '4' and python_version != '3.1.*' and python_version != '3.0.*'", "version": "==2.20.0" }, "requests-toolbelt": { @@ -238,7 +236,6 @@ "sha256:3c4d4a5a41ef162dd61f1edb86b0e1c7859054ab656b2e7c7b77e7fbf6d9f392", "sha256:5b4d5549984503050883bc126280b386f5f4ca87e6c023c5d015655ad75bdebb" ], - "markers": "python_version != '3.1.*' and python_version != '3.0.*' and python_version >= '2.6'", "version": "==4.28.1" }, "twine": { @@ -282,7 +279,6 @@ "sha256:61bf29cada3fc2fbefad4fdf059ea4bd1b4a86d2b6d15e1c7c0b582b9752fe39", "sha256:de9529817c93f27c8ccbfead6985011db27bd0ddfcdb2d86f3f663385c6a9c22" ], - "markers": "python_version != '3.2.*' and python_version < '4' and python_version != '3.3.*' and python_version >= '2.7' and python_version != '3.1.*' and python_version != '3.0.*'", "version": "==1.24.1" }, "webencodings": { diff --git a/setup.py b/setup.py index 0a480b5..86b26cf 100644 --- a/setup.py +++ b/setup.py @@ -54,6 +54,7 @@ setup( 'Topic :: Security', 'Operating System :: OS Independent', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)' ] )