Skip to content

Update to Python 3.13. #6275

Update to Python 3.13.

Update to Python 3.13. #6275

Workflow file for this run

name: API-server
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.13.0-rc.1"
- name: Install dependencies
run: |
cd components/api_server
ci/pip-install.sh
- name: Test
run: |
cd components/api_server
ci/unittest.sh
- name: Quality
run: |
cd components/api_server
ci/quality.sh