Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit f24a2e1

Browse files
Chore: Apply Copier template (#140)
[skip-changelog]
1 parent f1b17c7 commit f24a2e1

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changes here will be overwritten by Copier
22

3-
_commit: 0.1.51
3+
_commit: 0.1.55
44
_src_path: [email protected]:neuromath/python-template.git
55
author_email: ''
66
author_name: Blue Brain Project, EPFL

.github/workflows/commitlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-node@v4
1414
with:
15-
node-version: '16'
15+
node-version: '20'
1616
- run: npm install -g --force commitlint @commitlint/cli commitlint-plugin-cleanfeet
1717
- run: npm install conventional-changelog-conventionalcommits
1818
- run: touch .git/COMMIT_EDITMSG

.github/workflows/run-tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python-version: ["3.8", "3.9", "3.10"]
16+
python-version: ["3.8", "3.9", "3.10", "3.11"]
1717
min_versions: ["min_versions", "latest_versions"]
1818
exclude:
1919
- min_versions: "min_versions"

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
"Programming Language :: Python :: 3.8",
8888
"Programming Language :: Python :: 3.9",
8989
"Programming Language :: Python :: 3.10",
90+
"Programming Language :: Python :: 3.11",
9091
"Topic :: Scientific/Engineering :: Bio-Informatics",
9192
],
9293
)

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ envlist =
88
lint
99
docs
1010
min_versions
11-
py{38,39,310}
11+
py{38,39,310,311}
1212

1313
minversion = 3.18
1414

@@ -100,3 +100,4 @@ python =
100100
3.8: py38, lint
101101
3.9: py39, docs
102102
3.10: py310, check-packaging
103+
3.11: py311

0 commit comments

Comments
 (0)