File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 18
18
19
19
strategy :
20
20
matrix :
21
- python-version : ['3.8', '3. 9', '3.10', '3.11']
21
+ python-version : ['3.9', '3.10', '3.11']
22
22
experimental : [false]
23
23
24
24
name : Python ${{ matrix.python-version}}
Original file line number Diff line number Diff line change 20
20
# https://github.com/pallets/jinja/issues/1585
21
21
'markupsafe==2.0.1' ,
22
22
],
23
- python_requires = '>=3.8 ' ,
23
+ python_requires = '>=3.9 ' ,
24
24
classifiers = [
25
25
'Framework :: Sphinx :: Extension' ,
26
26
'Intended Audience :: Developers' ,
27
27
'Natural Language :: English' ,
28
28
'Development Status :: 5 - Production/Stable' ,
29
29
'License :: OSI Approved :: MIT License' ,
30
30
"Programming Language :: Python :: 3 :: Only" ,
31
- "Programming Language :: Python :: 3.8" ,
32
31
"Programming Language :: Python :: 3.9" ,
33
32
"Programming Language :: Python :: 3.10" ,
34
33
"Programming Language :: Python :: 3.11" ,
Original file line number Diff line number Diff line change 1
1
[tox]
2
2
envlist =
3
- py{38, 39,310,311}-sphinx5
4
- py{38, 39,310,311}-sphinx6
5
- py{38, 39,310,311}-sphinx7
3
+ py{39,310,311}-sphinx5
4
+ py{39,310,311}-sphinx6
5
+ py{39,310,311}-sphinx7
6
6
7
7
[gh-actions]
8
8
python =
9
- 3.8: py38
10
9
3.9: py39
11
10
3.10: py310
12
11
3.11: py311
You can’t perform that action at this time.
0 commit comments