feat: remove deprecated python versions by niltonpimentel02 · Pull Request #561 · brazilian-utils/python

Expand Up @@ -12,11 +12,10 @@ classifiers = [ "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Topic :: Office/Business", "Topic :: Software Development :: Internationalization", "Topic :: Software Development :: Libraries :: Python Modules", Expand All @@ -26,7 +25,7 @@ classifiers = [ ]
[tool.poetry.dependencies] python = "^3.8.1" python = "^3.10" holidays = "^0.58" num2words = "0.5.14" coverage = "^7.2.7" Expand Down