Skip to content

Commit

Permalink
Use older setuptools and explicit isolated_build (Python 3.6 compat)
Browse files Browse the repository at this point in the history
  • Loading branch information
bittner committed Feb 11, 2024
1 parent 5c5aac9 commit 4433d0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
build-backend = "setuptools.build_meta"
requires = ["setuptools>=64"]
requires = ["setuptools>=50"]

[project]
name = "behave-django"
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ envlist =
package
docs
clean
# Python 3.6 compatibility
isolated_build = true

[gh-actions]
python =
Expand Down

0 comments on commit 4433d0d

Please sign in to comment.