|
5 | 5 |
|
6 | 6 | setup( |
7 | 7 | name="py-gfm", |
8 | | - version="1.0.2", |
| 8 | + version="2.0.0", |
9 | 9 | description="An implementation of Github-Flavored Markdown written as an " |
10 | 10 | "extension to the Python Markdown library.", |
11 | 11 | long_description=long_description, |
|
16 | 16 | packages=find_packages(), |
17 | 17 | include_package_data=True, |
18 | 18 | install_requires=["markdown>=3.3,<4"], |
19 | | - python_requires=">=3.7", |
| 19 | + python_requires=">=3.8", |
20 | 20 | classifiers=[ |
21 | 21 | "Environment :: Web Environment", |
22 | 22 | "Intended Audience :: Developers", |
23 | 23 | "Operating System :: OS Independent", |
24 | 24 | "Topic :: Text Processing :: Markup", |
25 | 25 | "License :: OSI Approved :: BSD License", |
26 | 26 | "Programming Language :: Python :: 3", |
27 | | - "Programming Language :: Python :: 3.5", |
28 | | - "Programming Language :: Python :: 3.6", |
29 | | - "Programming Language :: Python :: 3.7", |
30 | 27 | "Programming Language :: Python :: 3.8", |
| 28 | + "Programming Language :: Python :: 3.9", |
| 29 | + "Programming Language :: Python :: 3.10", |
| 30 | + "Programming Language :: Python :: 3.11", |
31 | 31 | ], |
32 | 32 | ) |
0 commit comments