Skip to content

Check 3.14 and 3.14-dev #393

Check 3.14 and 3.14-dev

Check 3.14 and 3.14-dev #393

Workflow file for this run

name: Test
on: [push, pull_request, workflow_dispatch]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [
"3.13",
"3.13-dev",
"3.14",
"3.14-dev",
]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }} (deadsnakes)
uses: deadsnakes/[email protected]
with:
python-version: ${{ matrix.python-version }}
- run: lsb_release -a
- run: uname -a
- run: python --version --version && which python