diff --git a/setup.cfg b/setup.cfg index a8a08e8..07ee925 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,6 +16,8 @@ classifiers = Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 + Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 License :: OSI Approved :: MIT License Topic :: Software Development :: Libraries Intended Audience :: Developers @@ -26,7 +28,7 @@ packages = mlmorph_spellchecker.strategies install_requires= - mlmorph>=1.2.1 + mlmorph>=1.3.2 [options.package_data] *=resources/common_mistakes.csv \ No newline at end of file