1010 pylint :
1111 strategy :
1212 matrix :
13- python-version : ["3.8", "3.9", "3.10", "3.11", "3.12"]
13+ python-version : ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ]
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"]
22+ python-version : ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ]
2323 uses : ./.github/workflows/define-pytest.yml
2424 with :
2525 python-version : ${{ matrix.python-version }}
@@ -29,11 +29,11 @@ jobs:
2929 runs-on : self-hosted
3030 strategy :
3131 matrix :
32- python-version : ["3.12 "]
32+ python-version : ["3.13 "]
3333 steps :
34- - uses : actions/checkout@v3
34+ - uses : actions/checkout@v4
3535 - name : Set up Python ${{ matrix.python-version }}
36- uses : actions/setup-python@v3
36+ uses : actions/setup-python@v5
3737 with :
3838 python-version : ${{ matrix.python-version }}
3939 - name : Install dependencies
@@ -55,11 +55,11 @@ jobs:
5555 outputs :
5656 release-tag : ${{ steps.read-tag.outputs.release-tag }}
5757 steps :
58- - uses : actions/checkout@v3
59- - name : Set up Python 3.12
60- uses : actions/setup-python@v3
58+ - uses : actions/checkout@v4
59+ - name : Set up Python 3.13
60+ uses : actions/setup-python@v5
6161 with :
62- python-version : " 3.12 "
62+ python-version : " 3.13 "
6363 - name : Install dependencies
6464 run : |
6565 python -m pip install --upgrade pip
9191 permissions :
9292 contents : write
9393 steps :
94- - uses : actions/checkout@v3
94+ - uses : actions/checkout@v4
9595 - name : Load persisted builds
9696 uses : actions/download-artifact@v4
9797 with :
0 commit comments