Skip to content

Commit 9ea980f

Browse files
noirbizarresisp
authored andcommitted
build: test and advertise Python 3.12 support
1 parent 23f9366 commit 9ea980f

File tree

4 files changed

+42
-40
lines changed

4 files changed

+42
-40
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- macos-latest
3333
- ubuntu-latest
3434
- windows-latest
35-
python-version: ["3.8", "3.9", "3.10", "3.11"]
35+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
3636
runs-on: ${{ matrix.os }}
3737
steps:
3838
# HACK https://github.com/actions/cache/issues/315

poetry.lock

+39-38
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ classifiers = [
1313
"Programming Language :: Python :: 3.9",
1414
"Programming Language :: Python :: 3.10",
1515
"Programming Language :: Python :: 3.11",
16+
"Programming Language :: Python :: 3.12",
1617
]
1718
authors = ["Ben Felder <ben@felder.io>"]
1819
homepage = "https://github.com/copier-org/copier"

tests/test_updatediff.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ def test_commit_hooks_respected(tmp_path_factory: pytest.TempPathFactory) -> Non
340340
hooks:
341341
- id: prettier
342342
- repo: https://github.com/commitizen-tools/commitizen
343-
rev: v2.42.1
343+
rev: v3.12.0
344344
hooks:
345345
- id: commitizen
346346
- repo: local

0 commit comments

Comments
 (0)