mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Remove Python 2.7 support from settings
This commit is contained in:
parent
01eb08c42b
commit
ae73d06301
5 changed files with 3 additions and 8 deletions
|
|
@ -17,8 +17,6 @@ classifiers = [
|
|||
"Framework :: Pelican",
|
||||
"License :: OSI Approved :: GNU Affero General Public License v3",
|
||||
"Operating System :: OS Independent",
|
||||
"Programming Language :: Python :: 2",
|
||||
"Programming Language :: Python :: 2.7",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.5",
|
||||
"Programming Language :: Python :: 3.6",
|
||||
|
|
@ -29,7 +27,7 @@ classifiers = [
|
|||
]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "~2.7 || ^3.5"
|
||||
python = "^3.5"
|
||||
feedgenerator = "^1.9"
|
||||
jinja2 = "~2.10.1"
|
||||
pygments = "^2.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue