Skip to content

Commit

Permalink
Bump minimum Python version to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
leouieda committed Jan 27, 2024
1 parent 9d5be67 commit 484d80c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
- macos
- windows
python:
- "3.7"
- "3.10"
- "3.8"
- "3.12"
dependencies:
- latest
- oldest
Expand Down
8 changes: 2 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 484d80c

Please sign in to comment.