File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -167,12 +167,11 @@ the state of the officially supported python versions by PSF.
167167The library should be tested periodically on the supported versions.
168168
169169Dropping 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
178177Testing and coverage
You can’t perform that action at this time.
0 commit comments