@Dev_verma , if you update reticulate to the latest version from GitHub using devtools::install_github("rstudio/reticulate") you will be able to set up version using reticulate::virtualenv_create("envname", python="/python3", setuptools_version = "51.3.3").
Hope, this helps.