Skip to content

Add Python 3.12

Add Python 3.12 #8

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
main:
strategy:
fail-fast: false
matrix:
include:
- name: "Test: cookiecutter"
python: "3.7"
name: ${{ matrix.name }}
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python }}
- run: python -m pip install cookiecutter
- run: python -m test