File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 description: "Python version to use"
2929 required: false
3030 type: string
31- default: "3.11 "
31+ default: "3.12 "
3232
3333permissions:
3434 pull-requests: write
4444 - name: Setup Python
4545 uses: actions/setup-python@v5
4646 with:
47- python-version: "{% raw %} ${{ inputs.PYTHON_VERSION || '3.11 ' }}{% endraw %} "
47+ python-version: "{% raw %} ${{ inputs.PYTHON_VERSION || '3.12 ' }}{% endraw %} "
4848
4949 - name: Checkout BEC Plugin Repository
5050 uses: actions/checkout@v4
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66name = "{{ project_name }}"
77version = "0.0.0"
88description = "A plugin repository for BEC"
9- requires-python = ">=3.10 "
9+ requires-python = ">=3.11 "
1010classifiers = [
1111 "Development Status :: 3 - Alpha",
1212 "Programming Language :: Python :: 3",
You can’t perform that action at this time.
0 commit comments