Skip to content

Commit

Permalink
Drop support of Python 3.7 and 3.8 (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
henry0312 authored Oct 7, 2024
1 parent 376ae1c commit bde9544
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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
4 changes: 1 addition & 3 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_pycodestyle'],
python_requires='~=3.7',
python_requires='~=3.9',
install_requires=[
'pytest>=7.0',
'pycodestyle',
Expand All @@ -41,8 +41,6 @@
'License :: OSI Approved :: MIT License',
'Framework :: Pytest',
'Programming Language :: Python :: 3',
'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 bde9544

Please sign in to comment.