Skip to content

Dropped support for python 3.6, 3.7 and added support for python 3.12… #617

Dropped support for python 3.6, 3.7 and added support for python 3.12…

Dropped support for python 3.6, 3.7 and added support for python 3.12… #617

name: Unified Release
on: [push, pull_request]
jobs:
assemble:
name: Assemble
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
stack_version: ['2.5.0']
steps:
- name: Checkout
uses: actions/checkout@v2
- run: "./.ci/make.sh assemble ${{ matrix.stack_version }}"
name: Assemble ${{ matrix.stack_version }}