Happy christmas everyone i ve an issue deploying my django website please help me out this is my log

12:14:18 AM: build-image version: 4c0c1cadee6a31c9bb8d824514030009c4c05c6a (focal)

12:14:18 AM: build-image tag: v4.15.0

12:14:18 AM: buildbot version: 8e21f3a6f94b4bf664f0a5ce69b751fdfc9791bd

12:14:18 AM: Building without cache

12:14:18 AM: Starting to prepare the repo for build

12:14:19 AM: No cached dependencies found. Cloning fresh repo

12:14:19 AM: git clone GitHub - saadkassimi/affiliatewebsite

12:14:19 AM: Preparing Git Reference refs/heads/master

12:14:19 AM: Parsing package.json dependencies

12:14:20 AM: Different build dir detected, going to use the one specified in the Netlify configuration file: ‘’ versus ‘affiliatewebsite’ in the Netlify UI

12:14:20 AM: Different publish path detected, going to use the one specified in the Netlify configuration file: ‘build’ versus ‘lplinkpage/linkpage’ in the Netlify UI

12:14:20 AM: Section completed: initializing

12:14:20 AM: Starting build script

12:14:20 AM: Installing dependencies

12:14:20 AM: Python version set to 2.7

12:14:20 AM: v16.18.1 is already installed.

12:14:21 AM: Now using node v16.18.1 (npm v8.19.2)

12:14:21 AM: Enabling node corepack

12:14:21 AM: Started restoring cached build plugins

12:14:21 AM: Finished restoring cached build plugins

12:14:21 AM: Attempting ruby version 2.7.2, read from environment

12:14:22 AM: Using ruby version 2.7.2

12:14:22 AM: Using PHP version 8.0

12:14:22 AM: Installing pip dependencies

12:14:22 AM: Started restoring cached pip cache

12:14:22 AM: Finished restoring cached pip cache

12:14:23 AM: DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at Release process - pip documentation v23.0.dev0

12:14:23 AM: ERROR: Could not find a version that satisfies the requirement asgiref==3.5.2 (from -r requirements.txt (line 1)) (from versions: 0.8, 0.9, 0.9.1, 0.10.0, 0.11.0, 0.11.1, 0.11.2, 0.12.0, 0.12.1, 0.13.0, 0.13.2, 0.13.3, 0.14.0, 1.0.0, 1.0.1, 1.1.0, 1.1.1, 1.1.2, 2.0.0, 2.0.1, 2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.1.5, 2.1.6, 2.2.0, 2.3.0, 2.3.1, 2.3.2, 3.0.0, 3.1.0, 3.1.1, 3.1.2, 3.1.3, 3.1.4, 3.2.0, 3.2.1, 3.2.2, 3.2.3)

12:14:23 AM: ERROR: No matching distribution found for asgiref==3.5.2 (from -r requirements.txt (line 1))

12:14:23 AM: Error installing pip dependencies

12:14:23 AM: Build was terminated: Build script returned non-zero exit code: 1

12:14:23 AM: Creating deploy upload records

12:14:23 AM: Failing build: Failed to build site

12:14:23 AM: Failed during stage ‘building site’: Build script returned non-zero exit code: 1 (Search results for '"non-zero exit code: 1"' - Netlify Support Forums)

12:14:23 AM: Finished processing build request in 4.889557099s

Based on this, the only two versions of Python that Netlify supports (Python 2.7 and 3.8) are not supported by your application.