summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2021-10-05 23:01:12 +0200
committerGitHub <noreply@github.com>2021-10-05 23:01:12 +0200
commit7bc962ba81966b61b5b626cbfce36dd9279226c7 (patch)
tree2de25505fffc00fcae7977bdd5acf4dc31803c1d /.github
parent17ddcf434a65303b938bea420ada4e2dee4f8d6a (diff)
downloadpylint-git-7bc962ba81966b61b5b626cbfce36dd9279226c7.tar.gz
Use 3.10 for Github actions (#5121)
* Use 3.10 for Github actions
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 2eec5b96c..df7868337 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -149,7 +149,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- python-version: [3.6, 3.7, 3.8, 3.9, 3.10-dev]
+ python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
outputs:
python-key: ${{ steps.generate-python-key.outputs.key }}
steps:
@@ -193,7 +193,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python-version: [3.6, 3.7, 3.8, 3.9, 3.10-dev]
+ python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
steps:
- name: Check out code from GitHub
uses: actions/checkout@v2.3.4
@@ -325,7 +325,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
- python-version: [3.6, 3.7, 3.8, 3.9, 3.10-dev]
+ python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
outputs:
python-key: ${{ steps.generate-python-key.outputs.key }}
steps:
@@ -369,7 +369,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python-version: [3.6, 3.7, 3.8, 3.9, 3.10-dev]
+ python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
steps:
- name: Set temp directory
run: echo "TEMP=$env:USERPROFILE\AppData\Local\Temp" >> $env:GITHUB_ENV