Skip to content

Commit b5cfd2f

Browse files
authored
Merge pull request #28 from python-project-templates/copier-update-2025-05-09T19-10-30
Update from copier (2025-05-09T19:10:30)
2 parents 062bb6e + 0743e4a commit b5cfd2f

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
44
add_extension: python
55

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2728
dependencies = []
@@ -98,7 +99,6 @@ packages = ["python_template"]
9899

99100
[tool.pytest.ini_options]
100101
addopts = ["-vvv", "--junitxml=junit.xml"]
101-
asyncio_mode = "strict"
102102
testpaths = "python_template/tests"
103103

104104
[tool.ruff]

0 commit comments

Comments
 (0)