Skip to content

Commit

Permalink
chore: remove python 3.7 support and upgrade setup-python action
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianDsg committed Nov 20, 2023
1 parent 5dd3f98 commit 83a7a5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
author="Byrne Reese, Lars Wilhelmer",
author_email="byrne@majordojo.com",
license="MIT",
python_requires=">=3.7",
python_requires=">=3.8",
install_requires=[
"mkdocs>=1.4.1",
"htmlmin2>=0.1.13",
Expand All @@ -30,7 +30,6 @@
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"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",
Expand Down

0 comments on commit 83a7a5d

Please sign in to comment.