Skip to content

Commit 4d6894d

Browse files
d-perlwakonig
authored andcommitted
chore: deprecate 3.10, add 3.13
1 parent a5231ee commit 4d6894d

3 files changed

Lines changed: 3 additions & 10 deletions

File tree

template/.gitea/workflows/ci.yml.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ on:
2828
description: "Python version to use"
2929
required: false
3030
type: string
31-
default: "3.11"
31+
default: "3.12"
3232

3333
permissions:
3434
pull-requests: write
@@ -44,7 +44,7 @@ jobs:
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

template/.gitlab-ci.yml.jinja

Lines changed: 0 additions & 7 deletions
This file was deleted.

template/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66
name = "{{ project_name }}"
77
version = "0.0.0"
88
description = "A plugin repository for BEC"
9-
requires-python = ">=3.10"
9+
requires-python = ">=3.11"
1010
classifiers = [
1111
"Development Status :: 3 - Alpha",
1212
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)