|
18 | 18 | ("Sam McCormack", "Gerard Marull-Paretas", "Mark Harviston", "Arve Knudsen")
|
19 | 19 | ),
|
20 | 20 | packages=["qasync"],
|
21 |
| - python_requires="~=3.6", |
| 21 | + python_requires=">=3.6,<4.0", |
22 | 22 | license="BSD",
|
23 | 23 | description="Implementation of the PEP 3156 Event-Loop with Qt.",
|
24 | 24 | long_description=long_description,
|
25 | 25 | long_description_content_type="text/markdown",
|
26 | 26 | keywords=["Qt", "asyncio"],
|
27 | 27 | classifiers=[
|
28 | 28 | "Development Status :: 4 - Beta",
|
29 |
| - "License :: OSI Approved :: BSD License", |
| 29 | + "Environment :: X11 Applications :: Qt", |
30 | 30 | "Intended Audience :: Developers",
|
31 |
| - "Operating System :: Microsoft :: Windows", |
| 31 | + "License :: OSI Approved :: BSD License", |
32 | 32 | "Operating System :: MacOS :: MacOS X",
|
| 33 | + "Operating System :: Microsoft :: Windows", |
33 | 34 | "Operating System :: POSIX",
|
| 35 | + "Programming Language :: Python :: 3", |
34 | 36 | "Programming Language :: Python :: 3.6",
|
35 | 37 | "Programming Language :: Python :: 3.7",
|
36 | 38 | "Programming Language :: Python :: 3.8",
|
37 | 39 | "Programming Language :: Python :: 3.9",
|
38 |
| - "Programming Language :: Python :: 3 :: Only", |
39 |
| - "Environment :: X11 Applications :: Qt", |
| 40 | + "Programming Language :: Python :: 3.10", |
40 | 41 | ],
|
41 | 42 | )
|
0 commit comments