1010 pylint :
1111 strategy :
1212 matrix :
13- python-version : ["3.8 ", "3.9 ", "3.10 ", "3.11 ", "3.12 ", "3.13 "]
13+ python-version : ["3.9 ", "3.10 ", "3.11 ", "3.12 ", "3.13 ", "3.14 "]
1414 uses : ./.github/workflows/define-pylint.yml
1515 with :
1616 python-version : ${{ matrix.python-version }}
1919 pytest :
2020 strategy :
2121 matrix :
22- python-version : ["3.8 ", "3.9 ", "3.10 ", "3.11 ", "3.12 ", "3.13 "]
22+ python-version : ["3.9 ", "3.10 ", "3.11 ", "3.12 ", "3.13 ", "3.14 "]
2323 uses : ./.github/workflows/define-pytest.yml
2424 with :
2525 python-version : ${{ matrix.python-version }}
2929 runs-on : self-hosted
3030 strategy :
3131 matrix :
32- python-version : ["3.13 "]
32+ python-version : ["3.14 "]
3333 steps :
3434 - uses : actions/checkout@v4
3535 - name : Set up Python ${{ matrix.python-version }}
@@ -56,10 +56,10 @@ jobs:
5656 release-tag : ${{ steps.read-tag.outputs.release-tag }}
5757 steps :
5858 - uses : actions/checkout@v4
59- - name : Set up Python 3.13
59+ - name : Set up Python 3.14
6060 uses : actions/setup-python@v5
6161 with :
62- python-version : " 3.13 "
62+ python-version : " 3.14 "
6363 - name : Install dependencies
6464 run : |
6565 python -m pip install --upgrade pip
0 commit comments