Skip to content

Commit 946c038

Browse files
committed
simplify required python versions to avoid confusing poetry resolver
1 parent 4051219 commit 946c038

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-paseto"
3-
version = "0.5.1"
3+
version = "0.5.2-alpha"
44
description = "Platform-Agnostic Security Tokens for Python"
55
authors = []
66
license = "MIT"
@@ -20,7 +20,7 @@ classifiers = [
2020
]
2121

2222
[tool.poetry.dependencies]
23-
python = ">=3.6.2,<3.11"
23+
python = "^3.6"
2424
pysodium = "^0.7.10"
2525

2626
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)