File tree Expand file tree Collapse file tree 4 files changed +13
-2
lines changed
Expand file tree Collapse file tree 4 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1- name : lint and test
1+ name : Lint & Test
22
33on : [push]
44
Original file line number Diff line number Diff line change 11name : Read the Docs Pull Request Preview
2+
23on :
34 pull_request_target :
45 types :
Original file line number Diff line number Diff line change 11# serious-scaffold-python
22
33A serious python project template for out-of-box and production usage.
4+
5+ ![ Lint & Test Status] ( https://github.com/huxuan/serious-scaffold-python/actions/workflows/lint-test.yml/badge.svg?branch=main )
6+ ![ Codecov] ( https://img.shields.io/codecov/c/github/huxuan/serious-scaffold-python )
7+ ![ Read the Docs] ( https://img.shields.io/readthedocs/serious-scaffold-python )
8+ ![ PyPI] ( https://img.shields.io/pypi/v/serious-scaffold )
9+ ![ PyPI - License] ( https://img.shields.io/pypi/l/serious-scaffold )
10+ ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/serious-scaffold )
Original file line number Diff line number Diff line change @@ -12,7 +12,10 @@ authors = [
1212]
1313classifiers = [
1414 " Development Status :: 4 - Beta" ,
15- " Programming Language :: Python :: 3" ,
15+ " Programming Language :: Python :: 3.8" ,
16+ " Programming Language :: Python :: 3.9" ,
17+ " Programming Language :: Python :: 3.10" ,
18+ " Programming Language :: Python :: 3.11" ,
1619 " License :: OSI Approved :: MIT License" ,
1720 " Operating System :: OS Independent" ,
1821]
You can’t perform that action at this time.
0 commit comments