Skip to content

Commit

Permalink
server: rollback portable python to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Mar 25, 2024
1 parent 6e7f291 commit df705cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/bin/packaged-python.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { PortablePython } = require('py')
const { once } = require('events');

module.exports = {
version: '3.11',
version: '3.10',
}

async function pipInstall(python, pkg) {
Expand Down

0 comments on commit df705cb

Please sign in to comment.