@@ -13,25 +13,25 @@ jobs:
1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v5
1717 - name : Set up Python
18- uses : actions/setup-python@v4
18+ uses : actions/setup-python@v6
1919 with :
20- python-version : 3.11
21- - uses : pre-commit/action@v2 .0.0
20+ python-version : 3.14
21+ - uses : pre-commit/action@v3 .0.1
2222
2323 tests :
2424 runs-on : ${{ matrix.os }}
2525 strategy :
2626 matrix :
27- python-version : [3.7 , 3.8 , 3.9, '3.10' , 3.11 ]
27+ python-version : ['3.10' , 3.11 , 3.12, 3.13 , 3.14 ]
2828 os : [ubuntu-latest, windows-latest]
2929
3030 steps :
31- - uses : actions/checkout@v3
31+ - uses : actions/checkout@v5
3232
3333 - name : Set up Python ${{ matrix.python-version }}
34- uses : actions/setup-python@v4
34+ uses : actions/setup-python@v6
3535 with :
3636 python-version : ${{ matrix.python-version }}
3737
@@ -47,10 +47,10 @@ jobs:
4747 pytest --cov=mdformat_simple_breaks --cov-report=xml --cov-report=term-missing
4848
4949 - name : Upload to Codecov
50- if : matrix.os == 'ubuntu-latest' && matrix.python-version == 3.11
51- uses : codecov/codecov-action@v3
50+ if : matrix.os == 'ubuntu-latest' && matrix.python-version == 3.14
51+ uses : codecov/codecov-action@v5
5252 with :
53- name : pytests-py3.11
53+ name : pytests-py3.14
5454 flags : pytests
5555 file : ./coverage.xml
5656 fail_ci_if_error : true
5959 runs-on : ubuntu-latest
6060
6161 steps :
62- - uses : actions/checkout@v3
62+ - uses : actions/checkout@v5
6363 - name : Set up Python
64- uses : actions/setup-python@v4
64+ uses : actions/setup-python@v6
6565 with :
6666 python-version : 3.11
6767
@@ -81,11 +81,11 @@ jobs:
8181 runs-on : ubuntu-latest
8282 steps :
8383 - name : Checkout source
84- uses : actions/checkout@v3
85- - name : Set up Python 3.11
86- uses : actions/setup-python@v4
84+ uses : actions/checkout@v5
85+ - name : Set up Python 3.14
86+ uses : actions/setup-python@v6
8787 with :
88- python-version : 3.11
88+ python-version : 3.14
8989 - name : install flit
9090 run : |
9191 pip install flit~=3.0
0 commit comments