mirror of
https://github.com/getpelican/pelican.git
synced 2026-05-31 08:46:54 +02:00
Remove upper bound on Requires-Python
Rationale: https://discuss.python.org/t/requires-python-upper-limits/12663
This commit is contained in:
parent
8d61c0bdf7
commit
41f7436669
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ classifiers = [
|
|||
"Topic :: Text Processing :: Markup :: HTML",
|
||||
"Topic :: Text Processing :: Markup :: reStructuredText",
|
||||
]
|
||||
requires-python = ">=3.10,<4.0"
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"blinker>=1.7.0",
|
||||
"docutils>=0.20.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue