소스 검색

fix: tag python version

Ayush Sharma 16 시간 전
부모
커밋
ce0abafff7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -158,7 +158,7 @@ jobs:
       - name: Setup Python
       - name: Setup Python
         uses: actions/setup-python@v5
         uses: actions/setup-python@v5
         with:
         with:
-          python-version: "3.x"
+          python-version: "3.13"
 
 
       - name: Setup PlatformIO
       - name: Setup PlatformIO
         run: |
         run: |