Skip to content

Commit f1ba856

Browse files
committed
fixed version in github actions tests
1 parent 7c1f46b commit f1ba856

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unittest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
strategy:
4242
matrix:
43-
python: ['3.13']
43+
python: ['3.14']
4444
steps:
4545
- name: Checkout
4646
uses: actions/checkout@v4
@@ -68,7 +68,7 @@ jobs:
6868
runs-on: ubuntu-latest
6969
strategy:
7070
matrix:
71-
python: ['3.13']
71+
python: ['3.14']
7272
steps:
7373
- name: Checkout
7474
uses: actions/checkout@v4

0 commit comments

Comments
 (0)