Merge pull request #1943 from rehanrehman389/python-3.14

build: support Python 3.14
This commit is contained in:
Jannat Patel
2025-12-26 10:45:06 +05:30
committed by GitHub
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -34,11 +34,11 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: '3.10'
python-version: '3.14'
- name: setup node
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '24'
check-latest: true
- name: setup cache for bench
uses: actions/cache@v4
+2 -2
View File
@@ -38,7 +38,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.14'
- name: Check for valid Python & Merge Conflicts
run: |
@@ -50,7 +50,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 24
check-latest: true
- name: Add to Hosts
+1 -1
View File
@@ -12,7 +12,7 @@ dependencies = [
"websocket_client~=1.6.4",
"markdown~=3.5.1",
"beautifulsoup4>=4.12,<4.14",
"lxml~=4.9.3",
"lxml~=6.0.2",
"cairocffi==1.5.1",
"razorpay~=1.4.1",
"fuzzywuzzy~=0.18.0",