Skip to content

Commit

Permalink
[REGRESSION] fixed regression where python 3.7 could not find the pyt…
Browse files Browse the repository at this point in the history
…hon `build` package. (- WIP #46 -)

Changes in file requirements.txt:
	build>=1.1.1

Changes in file setup.cfg:
	build>=1.1.1

### ChangeLog:

Changes in file setup.cfg:
 zip_safe = false
  • Loading branch information
reactive-firewall committed Aug 23, 2024
1 parent 88d39f7 commit a7983e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ python_requires = >=3.7, !=3.13.*
setup_requires =
setuptools>=45.0.0
wheel>=0.37.0
build>=1.2.1
build>=1.1.1

scripts =
multicast/__main__.py
Expand Down

0 comments on commit a7983e0

Please sign in to comment.