We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1867a3e + 54053a7 commit 65e9a06Copy full SHA for 65e9a06
.copier-answers.yml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: '6957226'
+_commit: a669f79
3
_src_path: https://github.com/python-project-templates/base.git
4
add_extension: python
5
email: t.paine154@gmail.com
pyproject.toml
@@ -27,6 +27,7 @@ classifiers = [
27
"Programming Language :: Python :: 3.10",
28
"Programming Language :: Python :: 3.11",
29
"Programming Language :: Python :: 3.12",
30
+ "Programming Language :: Python :: 3.13",
31
]
32
33
dependencies = [
@@ -105,7 +106,6 @@ packages = ["hatch_rust"]
105
106
107
[tool.pytest.ini_options]
108
addopts = ["-vvv", "--junitxml=junit.xml"]
-asyncio_mode = "strict"
109
testpaths = "hatch_rust/tests"
110
111
[tool.ruff]
0 commit comments