Skip to content

Commit 65e9a06

Browse files
authored
Merge pull request #4 from python-project-templates/copier-update-2025-05-09T19-11-30
Update from copier (2025-05-09T19:11:30)
2 parents 1867a3e + 54053a7 commit 65e9a06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
email: t.paine154@gmail.com

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ classifiers = [
2727
"Programming Language :: Python :: 3.10",
2828
"Programming Language :: Python :: 3.11",
2929
"Programming Language :: Python :: 3.12",
30+
"Programming Language :: Python :: 3.13",
3031
]
3132

3233
dependencies = [
@@ -105,7 +106,6 @@ packages = ["hatch_rust"]
105106

106107
[tool.pytest.ini_options]
107108
addopts = ["-vvv", "--junitxml=junit.xml"]
108-
asyncio_mode = "strict"
109109
testpaths = "hatch_rust/tests"
110110

111111
[tool.ruff]

0 commit comments

Comments
 (0)