Skip to content

Commit

Permalink
Add support for python3.10 and 3.11 (#1727)
Browse files Browse the repository at this point in the history
  • Loading branch information
andidev committed Sep 19, 2023
1 parent c71319f commit 4167b01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/config/supportedRuntimes.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ export const supportedPython = new Set([
'python3.7',
'python3.8',
'python3.9',
'python3.10',
'python3.11',
])

// RUBY
Expand Down

0 comments on commit 4167b01

Please sign in to comment.