diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-02-05 23:19:33 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-02-05 23:48:05 +0800 |
commit | e59d0443787278f6278e002f845d7f9151e80ec8 (patch) | |
tree | 84a70278d0ef6de541bc61b76673d18dce96b336 /textproc/py-marko/files/setup.py | |
parent | textproc/py-aeidon: Update to 1.12 (diff) |
textproc/py-marko: Update to 1.3.0
Changes: https://github.com/frostming/marko/releases
https://github.com/frostming/marko/blob/master/CHANGELOG.md
Diffstat (limited to 'textproc/py-marko/files/setup.py')
-rw-r--r-- | textproc/py-marko/files/setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-marko/files/setup.py b/textproc/py-marko/files/setup.py index b3ff443756e7..d8040d085f37 100644 --- a/textproc/py-marko/files/setup.py +++ b/textproc/py-marko/files/setup.py @@ -42,14 +42,14 @@ setup_kwargs = { 'Intended Audience :: Developers', 'Operating System :: OS Independent', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', ], 'extras_require': EXTRAS_REQUIRE, - 'python_requires': '>=3.6', + 'python_requires': '>=3.7', 'entry_points': ENTRY_POINTS, } |