Skip to content

Commit 5e5e89a

Browse files
committed
chore: upgrade Python version to 3.13 and update project config
1 parent ea76765 commit 5e5e89a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+688
-1308
lines changed

.github/actions/publish/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inputs:
88
PYTHON_VERSION:
99
description: Python version
1010
required: false
11-
default: 3.9
11+
default: "3.13"
1212
PYPI_TOKEN:
1313
description: PyPI API token.
1414
required: true

.github/actions/test-docs/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inputs:
88
PYTHON_VERSION:
99
description: Python version
1010
required: false
11-
default: 3.9
11+
default: "3.13"
1212
POSTGRES_VERSION:
1313
description: Postgres major version to use
1414
required: false

.github/actions/test/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inputs:
88
PYTHON_VERSION:
99
description: Python version
1010
required: false
11-
default: 3.9
11+
default: "3.13"
1212
UV_EXTRAS:
1313
description: PyPI extras to install
1414
required: false

.kiro/steering/api-standards.md

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

.kiro/steering/api-standards.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../.windsurf/rules/api-standards.md

.kiro/steering/cicd-workflow.md

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

.kiro/steering/cicd-workflow.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../.windsurf/rules/cicd-workflow.md

.kiro/steering/code-conventions.md

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

.kiro/steering/code-conventions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../.windsurf/rules/code-conventions.md

.kiro/steering/documentation-standards.md

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

0 commit comments

Comments
 (0)