Pylons / pyramid-cookiecutter-starter

A Cookiecutter (project template) for creating a Pyramid starter project with choices for template language (Jinja2, Chameleon, or Mako), persistent backend (none, SQLAlchemy with SQLite, or ZODB), and mapping of URLs to routes (URL dispatch or traversal)
95 stars 53 forks source link

Backport GHA to latest branch #96

Closed stevepiercy closed 3 years ago

stevepiercy commented 3 years ago

I had to drop some old Python versions on macOS and Windows to get GHA to run on this branch, as well as the 1.10-branch. I don't think it is worth it to try to support those old versions. Ready for review.