|
@ -17,10 +17,10 @@ jobs: |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v4 |
|
|
- uses: actions/checkout@v4 |
|
|
- name: Set up Python 3.12 |
|
|
|
|
|
|
|
|
- name: Set up Python 3.13 |
|
|
uses: actions/setup-python@v5 |
|
|
uses: actions/setup-python@v5 |
|
|
with: |
|
|
with: |
|
|
python-version: "3.12" |
|
|
|
|
|
|
|
|
python-version: "3.13" |
|
|
- name: Install dependencies |
|
|
- name: Install dependencies |
|
|
run: | |
|
|
run: | |
|
|
python -m pip install --upgrade pip |
|
|
python -m pip install --upgrade pip |
|
@ -37,10 +37,10 @@ jobs: |
|
|
- check-linting |
|
|
- check-linting |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v4 |
|
|
- uses: actions/checkout@v4 |
|
|
- name: Set up Python 3.12 |
|
|
|
|
|
|
|
|
- name: Set up Python 3.13 |
|
|
uses: actions/setup-python@v5 |
|
|
uses: actions/setup-python@v5 |
|
|
with: |
|
|
with: |
|
|
python-version: "3.12" |
|
|
|
|
|
|
|
|
python-version: "3.13" |
|
|
- name: Install dependencies |
|
|
- name: Install dependencies |
|
|
run: | |
|
|
run: | |
|
|
python -m pip install --upgrade pip |
|
|
python -m pip install --upgrade pip |
|
@ -88,10 +88,10 @@ jobs: |
|
|
- check-docs |
|
|
- check-docs |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v4 |
|
|
- uses: actions/checkout@v4 |
|
|
- name: Set up Python 3.12 |
|
|
|
|
|
|
|
|
- name: Set up Python 3.13 |
|
|
uses: actions/setup-python@v5 |
|
|
uses: actions/setup-python@v5 |
|
|
with: |
|
|
with: |
|
|
python-version: "3.12" |
|
|
|
|
|
|
|
|
python-version: "3.13" |
|
|
- name: Install dependencies |
|
|
- name: Install dependencies |
|
|
run: | |
|
|
run: | |
|
|
python -m pip install --upgrade pip |
|
|
python -m pip install --upgrade pip |
|
|