Skip to content

Commit

Permalink
Adjust python requirement of rez bound package to reflect the current…
Browse files Browse the repository at this point in the history
…ly supported python versions

Signed-off-by: Jean-Christophe Morin <[email protected]>
  • Loading branch information
JeanChristopheMorinPerso committed Oct 14, 2024
1 parent bffe331 commit a3778f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rez/bind/rez.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def make_root(variant, root):
with make_package("rez", path, make_root=make_root) as pkg:
pkg.version = version
pkg.commands = commands
pkg.requires = ["python-2.7+<4"]
pkg.requires = ["python-3.7+<3.12"]
pkg.variants = [system.variant]

return pkg.installed_variants

0 comments on commit a3778f5

Please sign in to comment.