Skip to content

Commit

Permalink
Drop Python 3.7 support (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
wRAR committed Jul 6, 2023
1 parent f0e3e79 commit e8b5e98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Expand Up @@ -7,9 +7,6 @@ jobs:
strategy:
matrix:
include:
- python-version: 3.7
env:
TOXENV: py
- python-version: 3.8
env:
TOXENV: py
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -11,14 +11,13 @@
url="https://github.com/scrapy/queuelib",
packages=find_packages(),
platforms=["Any"],
python_requires=">=3.7",
python_requires=">=3.8",
classifiers=[
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"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 e8b5e98

Please sign in to comment.