Skip to content

Commit fd18abc

Browse files
committed
Merge remote-tracking branch 'upstream/master' into add-3.13
2 parents 0d81058 + e6fba72 commit fd18abc

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
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"}
@@ -37,13 +37,14 @@ jobs:
3737

3838
- name: Get pip cache dir
3939
id: pip-cache
40+
shell: bash
4041
run: |
41-
echo "::set-output name=dir::$(pip cache dir)"
42+
echo "PIP_DIR=$(pip cache dir)" >> $GITHUB_OUTPUT
4243
4344
- name: Cache
4445
uses: actions/cache@v4
4546
with:
46-
path: ${{ steps.pip-cache.outputs.dir }}
47+
path: ${{ steps.pip-cache.outputs.PIP_DIR }}
4748
key:
4849
${{ matrix.os }}-${{ matrix.python-version }}-v1-${{ hashFiles('**/tox.ini') }}
4950
restore-keys: |

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)