@@ -14,27 +14,27 @@ jobs:
1414
1515 steps :
1616 - uses : actions/checkout@v4
17- - name : Set up Python 3.10
17+ - name : Set up Python 3.11
1818 uses : actions/setup-python@v5
1919 with :
20- python-version : " 3.10 "
20+ python-version : " 3.11 "
2121 - uses : pre-commit/action@v3.0.1
2222
2323 tests :
2424
2525 strategy :
2626 fail-fast : false
2727 matrix :
28- python-version : ["3.10", "3. 11", "3.12", "3.13"]
28+ python-version : ["3.11", "3.12", "3.13"]
2929 sphinx : [">=8,<9"]
3030 os : [ubuntu-latest]
3131 include :
32- - os : ubuntu-latest
33- python-version : " 3.10 "
34- sphinx : " >=7,<8"
32+ # - os: ubuntu-latest
33+ # python-version: "3.11 "
34+ # sphinx: ">=7,<8"
3535 - os : windows-latest
36- python-version : " 3.10 "
37- sphinx : " >=7,<8 "
36+ python-version : " 3.11 "
37+ sphinx : " >=8,<9 "
3838
3939 runs-on : ${{ matrix.os }}
4040
5656 pytest --cov=myst_parser --cov-report=xml --cov-report=term-missing
5757 coverage xml
5858 - name : Upload to Codecov
59- if : github.repository == 'executablebooks/MyST-Parser' && matrix.python-version == 3.10 && matrix.os == 'ubuntu-latest'
59+ if : github.repository == 'executablebooks/MyST-Parser' && matrix.python-version == 3.11 && matrix.os == 'ubuntu-latest'
6060 uses : codecov/codecov-action@v4
6161 with :
6262 token : ${{ secrets.CODECOV_TOKEN }}
@@ -78,10 +78,10 @@ jobs:
7878 steps :
7979 - name : Checkout source
8080 uses : actions/checkout@v4
81- - name : Set up Python 3.10
81+ - name : Set up Python 3.11
8282 uses : actions/setup-python@v5
8383 with :
84- python-version : " 3.10 "
84+ python-version : " 3.11 "
8585 - name : Install setup
8686 run : |
8787 python -m pip install --upgrade pip
@@ -133,10 +133,10 @@ jobs:
133133 steps :
134134 - name : Checkout source
135135 uses : actions/checkout@v4
136- - name : Set up Python 3.10
136+ - name : Set up Python 3.11
137137 uses : actions/setup-python@v5
138138 with :
139- python-version : " 3.10 "
139+ python-version : " 3.11 "
140140 - name : install flit
141141 run : |
142142 pip install flit~=3.4
@@ -156,10 +156,10 @@ jobs:
156156 steps :
157157 - name : Checkout source
158158 uses : actions/checkout@v4
159- - name : Set up Python 3.10
159+ - name : Set up Python 3.11
160160 uses : actions/setup-python@v5
161161 with :
162- python-version : " 3.10 "
162+ python-version : " 3.11 "
163163 - name : install flit and tomlkit
164164 run : |
165165 pip install flit~=3.4 tomlkit
0 commit comments