Skip to content

Commit 3b103fc

Browse files
authored
chore(ci): added python 3.14 to test action (#104)
1 parent 285475c commit 3b103fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
name: test python ${{ matrix.python-version }}
2727
strategy:
2828
matrix:
29-
python-version: ["3.10", "3.11", "3.12", "3.13"]
29+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: checkout

0 commit comments

Comments
 (0)