CHANGE: Allowed python version has been downgraded to 3.10.0 (from 3.12.2)

pull/391/head
undeƒined 2024-08-18 03:16:43 +02:00
parent 7489003a50
commit 78ea6f8755
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=61.0"]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
@ -8,7 +8,7 @@ include = ["models*", "modules*"]
[project]
name = "Deep-Live-Cam"
version = "1.0.0"
requires-python = ">=3.12.2"
requires-python = ">=3.10.0"
authors = [
{ name = "hacksider" },
{ name = "Thepathakarpit" },