mirror of
https://github.com/pelican-plugins/share-post.git
synced 2025-10-15 17:08:54 +02:00
Removed Python 3.6
This commit is contained in:
parent
0312f7a972
commit
56488d52d1
2 changed files with 3 additions and 3 deletions
|
|
@ -28,9 +28,9 @@ classifiers = [
|
|||
"Issue Tracker" = "https://github.com/pelican-plugins/share-post/issues"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.6.2,<4.0"
|
||||
python = ">=3.7,<4.0"
|
||||
pelican = ">=4.5"
|
||||
markdown = {version = ">=3.2", optional = true}
|
||||
markdown = {version = ">=3.2.2", optional = true}
|
||||
beautifulsoup4 = "^4.9.3"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue