Skip to content

Commit 4b06511

Browse files
Adding Python 3.14
1 parent 5479869 commit 4b06511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quality_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
strategy:
4747
max-parallel: 5
4848
matrix:
49-
python-version: ["3.9","3.10","3.11","3.12","3.13","3.14.0-rc.3"]
49+
python-version: ["3.9","3.10","3.11","3.12","3.13","3.14"]
5050
env:
5151
PYTHON: "${{ matrix.python-version }}"
5252
permissions:

0 commit comments

Comments
 (0)