Skip to content

Commit 4df7758

Browse files
authored
Merge pull request #118 from Point72/copier-update-2025-08-24T05-06-03
Update from copier (2025-08-24T05:06:03)
2 parents b828f7e + d8b3b57 commit 4df7758

5 files changed

Lines changed: 8 additions & 3 deletions

File tree

.copier-answers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 2d0c192
2+
_commit: c124449
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: false
55
add_extension: js

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737

3838
- name: Set up NodeJS
3939
uses: actions-ext/node/setup@main
40+
with:
41+
version: 22.x
4042

4143
- name: Install dependencies
4244
run: make develop

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ js/coverage
138138
js/dist
139139
js/lib
140140
js/node_modules
141+
js/test-results
142+
js/playwright-report
141143
js/*.tgz
142144
csp_gateway/extension
143145

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ major: ## bump a major version
134134
########
135135
.PHONY: dist dist-py dist-js dist-check publish
136136

137-
dist-py: # build python dists
137+
dist-py: ## build python dists
138138
python -m build -w -s
139139
HATCH_MULTI_BUILD=client python -m build -w -s
140140

@@ -146,7 +146,7 @@ dist-check: ## run python dist checker with twine
146146

147147
dist: clean build dist-js dist-py dist-check ## build all dists
148148

149-
publish: dist # publish python assets
149+
publish: dist ## publish python assets
150150

151151
#########
152152
# CLEAN #

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: 3.11",
2424
"Programming Language :: Python :: 3.12",
2525
"Programming Language :: Python :: 3.13",
26+
"Programming Language :: Python :: 3.14",
2627
]
2728

2829
dynamic = ["dependencies"]

0 commit comments

Comments
 (0)