Skip to content

Commit

Permalink
Update python to 3.13 (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
asheliahut authored Oct 7, 2024
1 parent 29d0257 commit f113821
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/python/brioche.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/python/project.bri
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import openssl from "openssl";

export const project = {
name: "python",
version: "3.12.7",
version: "3.13.0",
};

const source = Brioche.download(
Expand Down Expand Up @@ -79,7 +79,7 @@ export default async function python() {
);
python = python.insert("bin/pydoc", std.symlink({ target: "pydoc3" }));

return python;
return std.withRunnableLink(python, "bin/python");
}

export function test() {
Expand Down

0 comments on commit f113821

Please sign in to comment.