ci : try to bump 3.11 -> 3.13

This commit is contained in:
Georgi Gerganov
2026-05-24 19:24:35 +03:00
parent a0a98e702c
commit f0bbb1a9ea
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.11'
python-version: '3.13'
- name: Install Python dependencies
run: |
@@ -28,6 +28,6 @@ jobs:
- name: Set up Python environment
uses: actions/setup-python@v6
with:
python-version: "3.11"
python-version: "3.13"
- name: Run check-requirements.sh script
run: bash scripts/check-requirements.sh
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
- name: Set up Python environment
uses: actions/setup-python@v6
with:
python-version: "3.11"
python-version: "3.13"
- name: flake8 Lint
uses: py-actions/flake8@84ec6726560b6d5bd68f2a5bed83d62b52bb50ba # v2
with:
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
- name: Set up Python environment
uses: actions/setup-python@v6
with:
python-version: "3.11"
python-version: "3.13"
pip-install: -r requirements/requirements-all.txt ty==0.0.35
# - name: Type-check with Pyright
# uses: jakebailey/pyright-action@v2