File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
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
55email : t.paine154@gmail.com
Original file line number Diff line number Diff 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
3233dependencies = [
@@ -105,7 +106,6 @@ packages = ["hatch_rust"]
105106
106107[tool .pytest .ini_options ]
107108addopts = [" -vvv" , " --junitxml=junit.xml" ]
108- asyncio_mode = " strict"
109109testpaths = " hatch_rust/tests"
110110
111111[tool .ruff ]
You can’t perform that action at this time.
0 commit comments