Skip to content

Commit 8c2ae5b

Browse files
committed
Add and use Python 3.12 for releases, update Poetry to 1.6
1 parent 8f8cd1d commit 8c2ae5b

5 files changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ name: Release
44
env:
55
ENABLE_PYPI_PUBLISH: true
66
ENABLE_TEST_PYPI_PUBLISH: true
7-
RELEASE_PYTHON_VERSION: "3.11"
8-
RELEASE_POETRY_VERSION: "1.3"
7+
RELEASE_PYTHON_VERSION: "3.12"
8+
RELEASE_POETRY_VERSION: "1.6"
99

1010
on:
1111
push:

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- "3.9"
2525
- "3.10"
2626
- "3.11"
27+
- "3.12"
2728
poetry-version:
2829
- "1.3"
2930

{{cookiecutter.project_name}}/.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ name: Release
44
env:
55
ENABLE_PYPI_PUBLISH: {{ "true" if cookiecutter.enable_pypi_publish|lower == "yes" else "false" }}
66
ENABLE_TEST_PYPI_PUBLISH: {{ "true" if cookiecutter.enable_pypi_publish|lower == "yes" else "false" }}
7-
RELEASE_PYTHON_VERSION: "3.11"
8-
RELEASE_POETRY_VERSION: "1.3"
7+
RELEASE_PYTHON_VERSION: "3.12"
8+
RELEASE_POETRY_VERSION: "1.6"
99

1010
on:
1111
push:

{{cookiecutter.project_name}}/.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- "3.8"
2424
- "3.9"
2525
- "3.10"
26-
- "3.11"
26+
- "3.12"
2727
poetry-version:
2828
- "1.3"
2929

{{cookiecutter.project_name}}/.github/workflows/container.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ name: Build
44
env:
55
REGISTRY: ghcr.io
66
IMAGE_NAME: ${{ "{{" }} github.repository }}
7-
RELEASE_PYTHON_VERSION: "3.11"
8-
RELEASE_POETRY_VERSION: "1.3"
7+
RELEASE_PYTHON_VERSION: "3.12"
8+
RELEASE_POETRY_VERSION: "1.6"
99

1010
on:
1111
pull_request:

0 commit comments

Comments
 (0)