|
13 | 13 | author_email="sda@fstab.net",
|
14 | 14 | url="https://github.com/pytest-dev/pytest-twisted",
|
15 | 15 | py_modules=["pytest_twisted"],
|
16 |
| - python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*', |
| 16 | + python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*', |
17 | 17 | install_requires=["greenlet", "pytest>=2.3", "decorator"],
|
18 | 18 | extras_require={
|
19 | 19 | "dev": ["pre-commit", "black"],
|
|
33 | 33 | "Programming Language :: Python :: 2",
|
34 | 34 | "Programming Language :: Python :: 2.7",
|
35 | 35 | "Programming Language :: Python :: 3",
|
36 |
| - "Programming Language :: Python :: 3.5", |
37 | 36 | "Programming Language :: Python :: 3.6",
|
38 | 37 | "Programming Language :: Python :: 3.7",
|
39 | 38 | "Programming Language :: Python :: 3.8",
|
| 39 | + "Programming Language :: Python :: 3.9", |
| 40 | + "Programming Language :: Python :: 3.10", |
| 41 | + "Programming Language :: Python :: 3.11", |
| 42 | + "Programming Language :: Python :: 3.12", |
40 | 43 | "Programming Language :: Python :: Implementation :: CPython",
|
41 | 44 | "Programming Language :: Python :: Implementation :: PyPy",
|
42 | 45 | ],
|
|
0 commit comments