Просмотр исходного кода

Merge pull request #1306 from ChristianLempa/renovate/python-3.x

chore(deps): update dependency python to 3.14
Christian Lempa 4 месяцев назад
Родитель
Сommit
78c5b2ce7f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .github/workflows/release-create-cli-release.yaml

+ 1 - 1
.github/workflows/release-create-cli-release.yaml

@@ -79,7 +79,7 @@ jobs:
       - name: Set up Python
         uses: actions/setup-python@v6
         with:
-          python-version: '3.9'
+          python-version: '3.14'
 
       - name: Install build dependencies
         run: |