@@ -20,10 +20,10 @@ jobs:
2020
2121 steps :
2222 - uses : actions/checkout@v4
23- - name : Set up Python 3.9
23+ - name : Set up Python
2424 uses : actions/setup-python@v5
2525 with :
26- python-version : ' 3.9 '
26+ python-version : ' 3.10 '
2727 -
uses :
pre-commit/[email protected] 2828
2929 tests :
3232 strategy :
3333 fail-fast : false
3434 matrix :
35- python-version : ['pypy-3.9', '3.9 ', '3.10', '3.11', '3.12', '3.13']
35+ python-version : ['pypy-3.10 ', '3.10', '3.11', '3.12', '3.13']
3636
3737 steps :
3838 - uses : actions/checkout@v4
4949 run : |
5050 pytest tests/ --cov=markdown_it --cov-report=xml --cov-report=term-missing
5151 - name : Upload to Codecov
52- if : matrix.python-version == '3.9 ' && github.repository == 'executablebooks/markdown-it-py'
52+ if : matrix.python-version == '3.10 ' && github.repository == 'executablebooks/markdown-it-py'
5353 uses : codecov/codecov-action@v5
5454 with :
5555 name : markdown-it-py-pytests
6363 runs-on : ubuntu-latest
6464 strategy :
6565 matrix :
66- python-version : ['3.9 ']
66+ python-version : ['3.10 ']
6767 steps :
6868 - uses : actions/checkout@v4
6969 - name : Set up Python ${{ matrix.python-version }}
@@ -87,18 +87,18 @@ jobs:
8787 steps :
8888 - uses : actions/checkout@v4
8989
90- - name : Set up Python 3.9
90+ - name : Set up Python
9191 uses : actions/setup-python@v5
9292 with :
93- python-version : ' 3.9 '
93+ python-version : ' 3.10 '
9494
9595 - name : Install tox
9696 run : |
9797 python -m pip install --upgrade pip
9898 pip install tox
9999
100100 - name : Run benchmark
101- run : tox -e py39 -bench-core -- --benchmark-json bench-core.json
101+ run : tox -e py310 -bench-core -- --benchmark-json bench-core.json
102102
103103 - name : Upload data
104104 uses : actions/upload-artifact@v4
@@ -116,10 +116,10 @@ jobs:
116116 steps :
117117 - name : Checkout source
118118 uses : actions/checkout@v4
119- - name : Set up Python 3.9
119+ - name : Set up Python
120120 uses : actions/setup-python@v5
121121 with :
122- python-version : ' 3.9 '
122+ python-version : ' 3.10 '
123123 - name : install flit
124124 run : |
125125 pip install flit~=3.4
0 commit comments