|
18 | 18 | author_email="nicoddemus@gmail.com", |
19 | 19 | description="pytest support for PyQt and PySide applications", |
20 | 20 | long_description=Path("README.rst").read_text(encoding="UTF-8"), |
| 21 | + long_description_content_type="text/x-rst", |
21 | 22 | license="MIT", |
22 | 23 | keywords="pytest qt test unittest", |
23 | 24 | url="http://github.com/pytest-dev/pytest-qt", |
24 | 25 | use_scm_version={"write_to": "src/pytestqt/_version.py"}, |
25 | 26 | setup_requires=["setuptools_scm"], |
26 | | - python_requires=">=3.7", |
| 27 | + python_requires=">=3.8", |
27 | 28 | classifiers=[ |
28 | 29 | "Development Status :: 5 - Production/Stable", |
29 | 30 | "Framework :: Pytest", |
30 | 31 | "Intended Audience :: Developers", |
31 | 32 | "License :: OSI Approved :: MIT License", |
32 | 33 | "Operating System :: OS Independent", |
33 | 34 | "Programming Language :: Python :: 3", |
34 | | - "Programming Language :: Python :: 3.7", |
35 | 35 | "Programming Language :: Python :: 3.8", |
36 | 36 | "Programming Language :: Python :: 3.9", |
37 | 37 | "Programming Language :: Python :: 3.10", |
| 38 | + "Programming Language :: Python :: 3.11", |
| 39 | + "Programming Language :: Python :: 3.12", |
38 | 40 | "Topic :: Desktop Environment :: Window Managers", |
39 | 41 | "Topic :: Software Development :: Quality Assurance", |
40 | 42 | "Topic :: Software Development :: Testing", |
|
0 commit comments