Skip to content

Commit

Permalink
new macOS App Attempt 2
Browse files Browse the repository at this point in the history
seems like pyoxidizer doesn't support 3.11 yet
  • Loading branch information
hydrusnetwork committed Dec 4, 2024
1 parent 5146081 commit 0649669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/build_files/macos/pyoxidizer.bzl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
def make_dist():
return default_python_distribution( python_version = "3.11" )
return default_python_distribution( python_version = "3.10" )

def make_packaging_policy(dist):
policy = dist.make_python_packaging_policy()
Expand Down

0 comments on commit 0649669

Please sign in to comment.