Skip to content

Commit 0f38826

Browse files
committed
updated acitions for python 3.14
1 parent 1d7b3a7 commit 0f38826

4 files changed

Lines changed: 10 additions & 1 deletion

File tree

{{cookiecutter.git_repo_name}}/.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ contact_links:
1010
- name: pydantic Information
1111
url: https://pydantic-docs.helpmanual.io/
1212
about: pydantic Website
13+
- name: UV Information
14+
url: https://docs.astral.sh/uv/
15+
about: UV By Astral Website

{{cookiecutter.git_repo_name}}/.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Fixes # (issue)
1616
# Checklist:
1717

1818
- [ ] My code follows the style guidelines
19+
- [ ] I have updated the pyproject.toml
1920
- [ ] I have updated the requirements.txt
20-
- [ ] I have updated the setup.py
2121
- [ ] I have updated the requirements-dev.txt
2222
- [ ] I have linted my code
2323
- [ ] I have written unit-tests for python code

{{cookiecutter.git_repo_name}}/.github/workflows/test-coverage-lint-uv.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- "3.11"
3030
- "3.12"
3131
- "3.13"
32+
- "3.14"
3233
os:
3334
- ubuntu-latest
3435

@@ -57,6 +58,7 @@ jobs:
5758
- "3.11"
5859
- "3.12"
5960
- "3.13"
61+
- "3.14"
6062
os:
6163
- ubuntu-latest
6264
- windows-latest
@@ -87,6 +89,7 @@ jobs:
8789
- "3.11"
8890
- "3.12"
8991
- "3.13"
92+
- "3.14"
9093
os:
9194
- ubuntu-latest
9295
- windows-latest

{{cookiecutter.git_repo_name}}/.github/workflows/test-coverage-lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- "3.11"
3232
- "3.12"
3333
- "3.13"
34+
- "3.14"
3435
os:
3536
- ubuntu-latest
3637

@@ -62,6 +63,7 @@ jobs:
6263
- "3.11"
6364
- "3.12"
6465
- "3.13"
66+
- "3.14"
6567
os:
6668
- ubuntu-latest
6769
- windows-latest
@@ -95,6 +97,7 @@ jobs:
9597
- "3.11"
9698
- "3.12"
9799
- "3.13"
100+
- "3.14"
98101
os:
99102
- ubuntu-latest
100103
- windows-latest

0 commit comments

Comments
 (0)