summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-03-06 18:17:15 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-05-11 05:55:56 +0200
commitbe6c2aac854e1b6a064fd99060bd8d8723c108da (patch)
tree80dc847d541ad1b435a2901ddd1b5b3a7cc58dc9 /.github
parent3fc4052278197d285d2c835cb414fa76bfb9543b (diff)
downloadpylint-git-be6c2aac854e1b6a064fd99060bd8d8723c108da.tar.gz
Add python 3.10 dev in the CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index ad6970941..cc69f70f7 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -147,7 +147,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- python-version: [3.6, 3.7, 3.8, 3.9]
+ python-version: [3.6, 3.7, 3.8, 3.9, 3.10-dev]
outputs:
python-key: ${{ steps.generate-python-key.outputs.key }}
steps:
@@ -189,7 +189,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python-version: [3.6, 3.7, 3.8, 3.9]
+ python-version: [3.6, 3.7, 3.8, 3.9, 3.10-dev]
steps:
- name: Check out code from GitHub
uses: actions/checkout@v2.3.4
@@ -321,7 +321,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
- python-version: [3.6, 3.7, 3.8, 3.9]
+ python-version: [3.6, 3.7, 3.8, 3.9, 3.10-dev]
outputs:
python-key: ${{ steps.generate-python-key.outputs.key }}
steps:
@@ -363,7 +363,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python-version: [3.6, 3.7, 3.8, 3.9]
+ python-version: [3.6, 3.7, 3.8, 3.9, 3.10-dev]
steps:
- name: Set temp directory
run: echo "TEMP=$env:USERPROFILE\AppData\Local\Temp" >> $env:GITHUB_ENV