Skip to content

Commit

Permalink
馃殤 Restore support for building under Python 3.6
Browse files Browse the repository at this point in the history
It was lost in cherrypy#2006.
  • Loading branch information
webknjaz committed Jan 5, 2024
1 parent 30d9a14 commit 6387a2b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ requires = [
"setuptools >= 45",

# Plugins
"setuptools_scm[toml] >= 7.0.0",
"setuptools_scm[toml] >= 7; python_version >= '3.7'",
"setuptools_scm[toml] < 7; python_version < '3.7'",
"setuptools_scm_git_archive >= 1.1; python_version < '3.7'",
]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit 6387a2b

Please sign in to comment.