Skip to content

Commit 2ba5fcb

Browse files
committed
🔧 config(upgrade): add python 3.13/3.14 verison for tests.yml.
1 parent d8d6b76 commit 2ba5fcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @Author: jankincai
22
# @Date: 2024-09-12 10:45:37
33
# @Last Modified by: jankincai
4-
# @Last Modified time: 2025-07-14 14:02:05
4+
# @Last Modified time: 2025-07-14 14:22:30
55

66
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
77
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
24+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
2525

2626
steps:
2727
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)