Skip to content

Commit d88a974

Browse files
authored
Merge pull request #21 from python-project-templates/copier-update-2025-04-13T05-26-49
Update from copier (2025-04-13T05:26:49)
2 parents 2f8d905 + 6942d8c commit d88a974

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.copier-answers.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 5da0277
2+
_commit: 98c8f14
33
_src_path: https://github.com/python-project-templates/base.git
44
add_extension: js
55

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ A JavaScript-Python project template
66
[![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)
77
[![License](https://img.shields.io/github/license/python-project-templates/python-template-js)](https://github.com/python-project-templates/python-template-js)
88
[![PyPI](https://img.shields.io/pypi/v/python-template-js.svg)](https://pypi.python.org/pypi/python-template-js)
9-
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/python-project-templates/python-template-js/main?urlpath=lab)
109

1110
## Overview
1211

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ classifiers = [
2525
"Programming Language :: Python :: 3.10",
2626
"Programming Language :: Python :: 3.11",
2727
"Programming Language :: Python :: 3.12",
28+
"Programming Language :: Python :: 3.13",
2829
]
2930

3031
dependencies = []

0 commit comments

Comments
 (0)