@@ -17,7 +17,6 @@ classifiers = [
17
17
' Operating System :: OS Independent' ,
18
18
' Programming Language :: Python' ,
19
19
' Programming Language :: Python :: 3' ,
20
- ' Programming Language :: Python :: 3.9' ,
21
20
' Programming Language :: Python :: 3.10' ,
22
21
' Programming Language :: Python :: 3.11' ,
23
22
' Programming Language :: Python :: 3.12' ,
@@ -26,7 +25,7 @@ classifiers = [
26
25
' Topic :: Utilities' ,
27
26
' Framework :: Sphinx :: Extension' ,
28
27
]
29
- requires-python = " >=3.9 ,<4"
28
+ requires-python = " >=3.10 ,<4"
30
29
dependencies = [
31
30
" sphinx>=7.4,<9" ,
32
31
" requests-file~=2.1" , # external links
@@ -145,19 +144,19 @@ disable_error_code = ["no-redef"]
145
144
146
145
legacy_tox_ini = """
147
146
[tox]
148
- envlist = py39
147
+ envlist = py10
149
148
150
149
[testenv]
151
150
usedevelop = true
152
151
153
- [testenv:py{39, 310,311,312,313}]
152
+ [testenv:py{310,311,312,313}]
154
153
extras =
155
154
test
156
155
test-parallel
157
156
commands =
158
157
pytest --ignore tests/benchmarks {posargs:tests}
159
158
160
- [testenv:py{39, 310,311,312,313}-benchmark]
159
+ [testenv:py{310,311,312,313}-benchmark]
161
160
extras =
162
161
test
163
162
benchmark
0 commit comments