File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : ' 6957226 '
2+ _commit : a669f79
33_src_path : https://github.com/python-project-templates/base.git
44add_extension : python
55
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ A pure-python project template
66[ ![ codecov] ( https://codecov.io/gh/python-project-templates/python-template/branch/main/graph/badge.svg )] ( https://codecov.io/gh/python-project-templates/python-template )
77[ ![ License] ( https://img.shields.io/github/license/python-project-templates/python-template )] ( https://github.com/python-project-templates/python-template )
88[ ![ PyPI] ( https://img.shields.io/pypi/v/python-template.svg )] ( https://pypi.python.org/pypi/python-template )
9- [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/python-project-templates/python-template/main?urlpath=lab )
109
1110## Overview
1211
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ classifiers = [
2222 " Programming Language :: Python :: 3.10" ,
2323 " Programming Language :: Python :: 3.11" ,
2424 " Programming Language :: Python :: 3.12" ,
25+ " Programming Language :: Python :: 3.13" ,
2526]
2627
2728dependencies = []
@@ -98,7 +99,6 @@ packages = ["python_template"]
9899
99100[tool .pytest .ini_options ]
100101addopts = [" -vvv" , " --junitxml=junit.xml" ]
101- asyncio_mode = " strict"
102102testpaths = " python_template/tests"
103103
104104[tool .ruff ]
You can’t perform that action at this time.
0 commit comments