Skip to content

Commit 8a3e378

Browse files
committed
Support Python 3.13, drop 3.8
1 parent 86576ec commit 8a3e378

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@
2222
"Development Status :: 4 - Beta",
2323
"License :: OSI Approved :: BSD License",
2424
"Programming Language :: Python",
25-
"Programming Language :: Python :: 3.8",
2625
"Programming Language :: Python :: 3.9",
2726
"Programming Language :: Python :: 3.10",
2827
"Programming Language :: Python :: 3.11",
2928
"Programming Language :: Python :: 3.12",
29+
"Programming Language :: Python :: 3.13",
3030
"Framework :: Scrapy",
3131
"Intended Audience :: Developers",
3232
"Topic :: Internet :: WWW/HTTP",
3333
"Topic :: Software Development :: Libraries :: Application Frameworks",
3434
"Topic :: Software Development :: Libraries :: Python Modules",
3535
],
36-
python_requires=">=3.8",
36+
python_requires=">=3.9",
3737
install_requires=[
3838
"scrapy>=2.0,!=2.4.0",
3939
"playwright>=1.15",

0 commit comments

Comments
 (0)