Skip to content

Commit

Permalink
Bump Python version to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
daolf committed Apr 17, 2024
1 parent 8e74300 commit 9979cbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='scrapy-scrapingbee',
version='0.0.6',
version='0.0.7',
url='https://github.com/scrapingbee/scrapy-scrapingbee',
description='JavaScript support and proxy rotation for Scrapy with ScrapingBee',
long_description=open('README.md').read(),
Expand All @@ -22,6 +22,6 @@
'Topic :: Software Development :: Libraries :: Application Frameworks',
'Topic :: Software Development :: Libraries :: Python Modules',
],
python_requires='>=3.5',
python_requires='>=3.8',
install_requires=['scrapy'],
)

0 comments on commit 9979cbc

Please sign in to comment.