aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorCody Logan <clpo13@gmail.com>2020-01-08 10:04:55 -0800
committerCody Logan <clpo13@gmail.com>2020-01-08 10:04:55 -0800
commit32060abca4e2e9c111d73b23f28f5837da41d7be (patch)
treecc8498909e20454c305d8b255262fa522d1c2d2d /pyproject.toml
parentf389e7c377caf91959a2bd4adde744eda9aeac85 (diff)
downloadalphanum-32060abca4e2e9c111d73b23f28f5837da41d7be.tar.gz
alphanum-32060abca4e2e9c111d73b23f28f5837da41d7be.zip
Add support for Python 3.5
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index d769d43..e99c3b0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "alphanum"
-version = "0.2.0dev1"
+version = "0.2.0.dev2"
description = "Generates random alphanumeric strings."
authors = ["Cody Logan <clpo13@gmail.com>"]
license = "MIT"
@@ -10,7 +10,7 @@ repository = "https://github.com/clpo13/alphanum"
keywords = ['string', 'random', 'pseudo-random', 'generator']
[tool.poetry.dependencies]
-python = "^3.6"
+python = "^3.5"
[tool.poetry.dev-dependencies]
pytest = "^5.2"