python / docsbuild-scripts

scripts for building documentation on docs.python.org
64 stars 58 forks source link

Simplify `Version.requirements` #218

Closed AA-Turner closed 1 month ago

AA-Turner commented 1 month ago

self.name == ("3.8", "3.9") is never true, as the test should be in. However it is also unneeded, as both versions have a requirements.txt file with identical versions:

A