Skip to content

Add 3.13 branch, update main to 3.14 #454

Add 3.13 branch, update main to 3.14

Add 3.13 branch, update main to 3.14 #454

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Check configuration
run: make check PIP=pip BUILDBOT=buildbot