diff --git a/.copier-answers.yml b/.copier-answers.yml index 3439d08..f12c917 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: '6957226' +_commit: 122ea92 _src_path: https://github.com/python-project-templates/base.git add_extension: python email: dev@dau.dev diff --git a/pyproject.toml b/pyproject.toml index f04edfb..2dd10b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", ] dependencies = []