Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

chore(deps): update dependency python to 3.13 #551

chore(deps): update dependency python to 3.13

chore(deps): update dependency python to 3.13 #551

Workflow file for this run

on:
pull_request:
branches:
- main
name: unittest
jobs:
compliance:
runs-on: ubuntu-latest
strategy:
matrix:
python: ['3.13']
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- name: Install nox
run: |
python -m pip install --upgrade setuptools pip wheel
python -m pip install nox
- name: Run compliance tests
env:
COVERAGE_FILE: .coverage-compliance-${{ matrix.python }}
run: |
nox -s compliance
compliance-prerelease:
runs-on: ubuntu-latest
strategy:
matrix:
python: ['3.13']
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- name: Install nox
run: |
python -m pip install --upgrade setuptools pip wheel
python -m pip install nox
- name: Run compliance prerelease tests
env:
COVERAGE_FILE: .coverage-compliance-prerelease-${{ matrix.python }}
run: |
nox -s compliance_prerelease
Morty Proxy This is a proxified and sanitized view of the page, visit original site.