Skip to content

Commit 35c4550

Browse files
authored
Add tests for python 3.14 (#670)
1 parent 12627dd commit 35c4550

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
os: [ubuntu-latest, windows-latest]
25-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
25+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', "3.14"]
2626

2727
steps:
2828
- uses: actions/checkout@v5
2929

3030
- name: Set up Python ${{ matrix.python-version }}
31-
uses: actions/setup-python@v5
31+
uses: actions/setup-python@v6
3232
with:
3333
python-version: ${{ matrix.python-version }}
3434

0 commit comments

Comments
 (0)