Skip to content

Commit b686388

Browse files
committed
Remove Python version upper bound
1 parent d0fe546 commit b686388

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 = "docblock"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
description = "Reads and parses documentation from header files in pure Python."
55
authors = ["Niels Wouda <nielswouda@gmail.com>"]
66
license = "MIT"
@@ -23,7 +23,7 @@ classifiers = [
2323
"Tracker" = "https://github.com/N-Wouda/docblock/issues"
2424

2525
[tool.poetry.dependencies]
26-
python = "^3.8, <4.0"
26+
python = "^3.8"
2727
pyparsing = "^3.0.6"
2828

2929
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)