diff --git a/.copier-answers.yml b/.copier-answers.yml index 4d59c1f..f8ddec7 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: '6957226' +_commit: a669f79 _src_path: https://github.com/python-project-templates/base.git add_extension: python email: 3105306+timkpaine@users.noreply.github.com diff --git a/README.md b/README.md index 8c7c87b..0a144c7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ A pure-python project template [![codecov](https://codecov.io/gh/python-project-templates/python-template/branch/main/graph/badge.svg)](https://codecov.io/gh/python-project-templates/python-template) [![License](https://img.shields.io/github/license/python-project-templates/python-template)](https://github.com/python-project-templates/python-template) [![PyPI](https://img.shields.io/pypi/v/python-template.svg)](https://pypi.python.org/pypi/python-template) -[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/python-project-templates/python-template/main?urlpath=lab) ## Overview diff --git a/pyproject.toml b/pyproject.toml index 1183d3e..578b589 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", ] dependencies = [] @@ -98,7 +99,6 @@ packages = ["python_template"] [tool.pytest.ini_options] addopts = ["-vvv", "--junitxml=junit.xml"] -asyncio_mode = "strict" testpaths = "python_template/tests" [tool.ruff]