Skip to content

Commit 7609fea

Browse files
authored
Merge pull request #13 from e2b-dev/fixed-old-python-version
Use python 3.10 enforced by mcp instead of 3.9
2 parents b7fa6ff + e98555b commit 7609fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up Python
3131
uses: actions/setup-python@v4
3232
with:
33-
python-version: "3.9"
33+
python-version: "3.10"
3434

3535
- name: Install and configure Poetry
3636
uses: snok/install-poetry@v1

0 commit comments

Comments
 (0)