|
24 | 24 | "typing-extensions>=4.5.0,<5.0.0", |
25 | 25 | ], |
26 | 26 | extras_require={ |
27 | | - "all": ["elasticsearch>=8.0.0,<9.0.0"], |
28 | | - "elasticsearch": ["elasticsearch>=8.0.0,<9.0.0"], |
| 27 | + "all": ["elasticsearch>=8.0.0,<10.0.0"], |
| 28 | + "elasticsearch": ["elasticsearch>=8.0.0,<10.0.0"], |
29 | 29 | }, |
30 | 30 | packages=find_packages(exclude=["tests*"]), |
31 | 31 | tests_require=["tox"], |
|
39 | 39 | "License :: OSI Approved :: Apache Software License", |
40 | 40 | "Programming Language :: Python", |
41 | 41 | "Programming Language :: Python :: 3", |
42 | | - "Programming Language :: Python :: 3.8", |
43 | 42 | "Programming Language :: Python :: 3.9", |
44 | 43 | "Programming Language :: Python :: 3.10", |
45 | 44 | "Programming Language :: Python :: 3.11", |
46 | 45 | "Programming Language :: Python :: 3.12", |
| 46 | + "Programming Language :: Python :: 3.13", |
47 | 47 | "Topic :: Internet :: WWW/HTTP", |
48 | 48 | "Topic :: Software Development :: Libraries :: Python Modules", |
49 | 49 | ], |
|
0 commit comments