|
20 | 20 | setup( |
21 | 21 | author="Federico Bianchi", |
22 | 22 | author_email='f.bianchi@unibocconi.it', |
23 | | - python_requires='>=3.5', |
| 23 | + python_requires='>=3.10', |
24 | 24 | classifiers=[ |
25 | 25 | 'Development Status :: 2 - Pre-Alpha', |
26 | 26 | 'Intended Audience :: Developers', |
27 | 27 | 'License :: OSI Approved :: MIT License', |
28 | 28 | 'Natural Language :: English', |
29 | | - 'Programming Language :: Python :: 3.5', |
30 | | - 'Programming Language :: Python :: 3.6', |
31 | | - 'Programming Language :: Python :: 3.7', |
32 | | - 'Programming Language :: Python :: 3.8', |
| 29 | + 'Programming Language :: Python :: 3.10', |
| 30 | + 'Programming Language :: Python :: 3.11', |
| 31 | + 'Programming Language :: Python :: 3.12', |
33 | 32 | ], |
34 | 33 | description="Contextualized Topic Models", |
35 | 34 | install_requires=requirements, |
|
44 | 43 | test_suite='tests', |
45 | 44 | tests_require=test_requirements, |
46 | 45 | url='https://github.com/MilaNLProc/contextualized-topic-models', |
47 | | - version='2.5.0', |
| 46 | + version='2.6.0', |
48 | 47 | zip_safe=False, |
49 | 48 | ) |
0 commit comments