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 1
1
# Changes here will be overwritten by Copier
2
- _commit : ' 6957226 '
2
+ _commit : a669f79
3
3
_src_path : https://github.com/python-project-templates/base.git
4
4
add_extension : python
5
5
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ A pure-python project template
6
6
[ ![ codecov] ( https://codecov.io/gh/python-project-templates/python-template/branch/main/graph/badge.svg )] ( https://codecov.io/gh/python-project-templates/python-template )
7
7
[ ![ License] ( https://img.shields.io/github/license/python-project-templates/python-template )] ( https://github.com/python-project-templates/python-template )
8
8
[ ![ 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 )
10
9
11
10
## Overview
12
11
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ classifiers = [
22
22
" Programming Language :: Python :: 3.10" ,
23
23
" Programming Language :: Python :: 3.11" ,
24
24
" Programming Language :: Python :: 3.12" ,
25
+ " Programming Language :: Python :: 3.13" ,
25
26
]
26
27
27
28
dependencies = []
@@ -98,7 +99,6 @@ packages = ["python_template"]
98
99
99
100
[tool .pytest .ini_options ]
100
101
addopts = [" -vvv" , " --junitxml=junit.xml" ]
101
- asyncio_mode = " strict"
102
102
testpaths = " python_template/tests"
103
103
104
104
[tool .ruff ]
You can’t perform that action at this time.
0 commit comments