We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1368087 + 28a9513 commit d33ab03Copy full SHA for d33ab03
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
- {python-version: "pypy-2.7", toxenv: "pypy"}
19
- {python-version: "pypy-3.8", toxenv: "pypy3"}
20
- {python-version: "2.7", toxenv: "py27"}
21
- - {python-version: "3.7", toxenv: "py37"}
+ - {python-version: "3.7.17", toxenv: "py37"}
22
- {python-version: "3.8", toxenv: "py38"}
23
- {python-version: "3.9", toxenv: "py39"}
24
- {python-version: "3.10", toxenv: "py310"}
README.rst
@@ -412,3 +412,4 @@ See the CHANGELOG for more thanks!
412
to include Python 3.3 and 3.4
413
* Andy Neff for fixing RESET of LIGHT_EX colors.
414
* Jonathan Hartley for the initial idea and implementation.
415
+
0 commit comments