summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2019-11-04 23:16:06 +0200
committerHugo <hugovk@users.noreply.github.com>2019-11-04 23:16:06 +0200
commit125f483675dc0619da4f751d3e41c04bc43339c9 (patch)
tree416883b8888b358e9b673931ef57de443917186a /.github
parent9f6ee74d1a562caf91ee804e3ae7cca2b4e0fd97 (diff)
downloadpip-125f483675dc0619da4f751d3e41c04bc43339c9.tar.gz
Test Python 3.8 on GHA
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/python-linters.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/python-linters.yml b/.github/workflows/python-linters.yml
index 705dea44d..6e14c5e9d 100644
--- a/.github/workflows/python-linters.yml
+++ b/.github/workflows/python-linters.yml
@@ -22,10 +22,10 @@ jobs:
- TOXENV: lint
steps:
- uses: actions/checkout@master
- - name: Set up Python ${{ matrix.env.PYTHON_VERSION || 3.7 }}
+ - name: Set up Python ${{ matrix.env.PYTHON_VERSION || 3.8 }}
uses: actions/setup-python@v1
with:
- python-version: ${{ matrix.env.PYTHON_VERSION || 3.7 }}
+ python-version: ${{ matrix.env.PYTHON_VERSION || 3.8 }}
- name: Pre-configure global Git settings
run: >-
tools/travis/setup.sh