Skip to content

Commit 95593b8

Browse files
akarivclaude
andcommitted
Bump CI Python version to 3.11
GitHub Actions runners no longer have Python 3.7 available, causing setup-python to fail on every push. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent e960c50 commit 95593b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
node-version: '10'
1414
- uses: actions/setup-python@v2
1515
with:
16-
python-version: '3.7'
16+
python-version: '3.11'
1717
- name: Build it
1818
env:
1919
TRAVIS_CI_OPERATOR: "1"

0 commit comments

Comments
 (0)