File tree Expand file tree Collapse file tree
{{cookiecutter.project_name}}/.github/workflows Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ name: Release
44env :
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
1010on :
1111 push :
Original file line number Diff line number Diff line change 2424 - " 3.9"
2525 - " 3.10"
2626 - " 3.11"
27+ - " 3.12"
2728 poetry-version :
2829 - " 1.3"
2930
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ name: Release
44env :
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
1010on :
1111 push :
Original file line number Diff line number Diff line change 2323 - " 3.8"
2424 - " 3.9"
2525 - " 3.10"
26- - " 3.11 "
26+ - " 3.12 "
2727 poetry-version :
2828 - " 1.3"
2929
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ name: Build
44env :
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
1010on :
1111 pull_request :
You can’t perform that action at this time.
0 commit comments