Skip to content

Commit d33ab03

Browse files
authored
Merge pull request #403 from tartley/fix-ci
Fix CI
2 parents 1368087 + 28a9513 commit d33ab03

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- {python-version: "pypy-2.7", toxenv: "pypy"}
1919
- {python-version: "pypy-3.8", toxenv: "pypy3"}
2020
- {python-version: "2.7", toxenv: "py27"}
21-
- {python-version: "3.7", toxenv: "py37"}
21+
- {python-version: "3.7.17", toxenv: "py37"}
2222
- {python-version: "3.8", toxenv: "py38"}
2323
- {python-version: "3.9", toxenv: "py39"}
2424
- {python-version: "3.10", toxenv: "py310"}

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,3 +412,4 @@ See the CHANGELOG for more thanks!
412412
to include Python 3.3 and 3.4
413413
* Andy Neff for fixing RESET of LIGHT_EX colors.
414414
* Jonathan Hartley for the initial idea and implementation.
415+

0 commit comments

Comments
 (0)