Skip to content

Commit b0d9361

Browse files
committed
doc: update background.rst about python version deprecation
1 parent 45b6dba commit b0d9361

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

doc/background.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -167,12 +167,11 @@ the state of the officially supported python versions by PSF.
167167
The library should be tested periodically on the supported versions.
168168

169169
Dropping support for old python versions is possible if supporting would cause
170-
an issue or require extensive workaround. Currently, 3.4 is still supported by
171-
the library, however it is deprecated by PSF. As it causes no problems for
172-
*pytest-httpserver* (there's an additional requirement for this in the setup.py,
173-
but that's all), the support for this version will be maintained as long as
174-
possible. Once a new change is added to the library which require great effort
175-
to maintain compatibility with 3.4, the support for it will be dropped.
170+
an issue or require extensive workaround.
171+
172+
Python support for a given version is also dropped if it is near to the end of
173+
support or when a dependency deprecates it - this is needed to move forward with
174+
the community in order to support the latest versions of the dependencies.
176175

177176

178177
Testing and coverage

0 commit comments

Comments
 (0)