Skip to content

Commit

Permalink
Drop 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
wesselb committed Sep 10, 2023
1 parent c577c3a commit b24130c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.8, 3.9, "3.10", "3.11"]
steps:
- uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@

setup(
packages=find_packages(exclude=["docs"]),
python_requires=">=3.6",
python_requires=">=3.8",
install_requires=requirements,
cmdclass={"build_ext": build_ext},
ext_modules=ext_modules,
Expand Down

0 comments on commit b24130c

Please sign in to comment.