Skip to content

Commit d130d2b

Browse files
committed
Remove py314 for now
1 parent ad35e17 commit d130d2b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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.10", "3.11", "3.12", "3.13", "3.14"]
13+
python-version: ["3.10", "3.11", "3.12", "3.13"]
1414
include:
1515
- os: macos-14
1616
python-version: "3.12"

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"Programming Language :: Python :: 3.11",
2727
"Programming Language :: Python :: 3.12",
2828
"Programming Language :: Python :: 3.13",
29-
"Programming Language :: Python :: 3.14",
3029
"Framework :: Scrapy",
3130
"Intended Audience :: Developers",
3231
"Topic :: Internet :: WWW/HTTP",

0 commit comments

Comments
 (0)