diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c21809a..1017d0d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.6, 3.7, 3.8, 3.9] + python-version: [3.7, 3.8, 3.9] steps: - uses: actions/checkout@v3 diff --git a/pyproject.toml b/pyproject.toml index f21d8ae..86d8b82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,9 +28,9 @@ classifiers = [ "Issue Tracker" = "https://github.com/pelican-plugins/share-post/issues" [tool.poetry.dependencies] -python = ">=3.6.2,<4.0" +python = ">=3.7,<4.0" pelican = ">=4.5" -markdown = {version = ">=3.2", optional = true} +markdown = {version = ">=3.2.2", optional = true} beautifulsoup4 = "^4.9.3" [tool.poetry.dev-dependencies]