File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
"Development Status :: 4 - Beta" ,
23
23
"License :: OSI Approved :: BSD License" ,
24
24
"Programming Language :: Python" ,
25
- "Programming Language :: Python :: 3.8" ,
26
25
"Programming Language :: Python :: 3.9" ,
27
26
"Programming Language :: Python :: 3.10" ,
28
27
"Programming Language :: Python :: 3.11" ,
29
28
"Programming Language :: Python :: 3.12" ,
29
+ "Programming Language :: Python :: 3.13" ,
30
30
"Framework :: Scrapy" ,
31
31
"Intended Audience :: Developers" ,
32
32
"Topic :: Internet :: WWW/HTTP" ,
33
33
"Topic :: Software Development :: Libraries :: Application Frameworks" ,
34
34
"Topic :: Software Development :: Libraries :: Python Modules" ,
35
35
],
36
- python_requires = ">=3.8 " ,
36
+ python_requires = ">=3.9 " ,
37
37
install_requires = [
38
38
"scrapy>=2.0,!=2.4.0" ,
39
39
"playwright>=1.15" ,
You can’t perform that action at this time.
0 commit comments