diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0303d4c..423ada9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,8 +40,8 @@ jobs: - macos - windows python: - - "3.7" - - "3.10" + - "3.8" + - "3.12" dependencies: - latest - oldest diff --git a/setup.cfg b/setup.cfg index d4b9c19..6a8de62 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ description = A no-frills static site generator long_description = file: README.md long_description_content_type = text/markdown author = Leonardo Uieda -author_email = leouieda@gmail.com +author_email = leo@uieda.com license = MIT license_file = LICENSE.txt platform = any @@ -19,10 +19,6 @@ classifiers = Topic :: Text Processing :: Markup :: HTML Topic :: Text Processing :: Markup :: Markdown Programming Language :: Python :: 3 :: Only - Programming Language :: Python :: 3.7 - Programming Language :: Python :: 3.8 - Programming Language :: Python :: 3.9 - Programming Language :: Python :: 3.10 url = https://nene.leouieda.com project_urls = Documentation = https://nene.leouieda.com @@ -33,7 +29,7 @@ project_urls = [options] zip_safe = True packages = find: -python_requires = >=3.7 +python_requires = >=3.8 install_requires = markdown-it-py>=2.0 mdit-py-plugins>=0.3