Skip to content

Commit ae5f040

Browse files
committed
Remove py38, add py313
1 parent 97717e9 commit ae5f040

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
os: [ubuntu-22.04]
13-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
13+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1414
include:
1515
- os: macos-14
1616
python-version: "3.12"

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)