Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
Drop support of Python 3.7 and 3.8 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
henry0312 authored Oct 7, 2024
1 parent c2a129e commit 8e85768
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
strategy:
matrix:
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
Expand Down
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
license='MIT',
package_dir={'': 'src'},
py_modules=['pytest_pydocstyle'],
python_requires='~=3.7',
python_requires='~=3.9',
install_requires=[
'pytest>=7.0',
'pydocstyle',
Expand All @@ -41,9 +41,6 @@
'License :: OSI Approved :: MIT License',
'Framework :: Pytest',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
Expand Down

0 comments on commit 8e85768

Please sign in to comment.