diff --git a/.copier-answers.yml b/.copier-answers.yml index 3cce3b8..dc0839b 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 5da0277 +_commit: 98c8f14 _src_path: https://github.com/python-project-templates/base.git add_extension: js email: 3105306+timkpaine@users.noreply.github.com diff --git a/README.md b/README.md index d96ad73..45cf0c7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ A JavaScript-Python project template [![codecov](https://codecov.io/gh/python-project-templates/python-template-js/branch/main/graph/badge.svg)](https://codecov.io/gh/python-project-templates/python-template-js) [![License](https://img.shields.io/github/license/python-project-templates/python-template-js)](https://github.com/python-project-templates/python-template-js) [![PyPI](https://img.shields.io/pypi/v/python-template-js.svg)](https://pypi.python.org/pypi/python-template-js) -[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/python-project-templates/python-template-js/main?urlpath=lab) ## Overview diff --git a/pyproject.toml b/pyproject.toml index 1cb84f0..96a5144 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,6 +25,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", ] dependencies = []