summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2022-10-25 21:46:22 +0200
committerGitHub <noreply@github.com>2022-10-25 19:46:22 +0000
commitbfa98ac131e5b7a1d91e66bd0ab7d7b3723a0da0 (patch)
treea114194b550fc8d54613d55d04bbabf4a03146de /.github
parent3e46dc7d1ed6c29b8be3f740d8e81901a694ce13 (diff)
downloadpylint-git-bfa98ac131e5b7a1d91e66bd0ab7d7b3723a0da0.tar.gz
Run tests with Python 3.11.0 (#7671)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/changelog.yml2
-rw-r--r--.github/workflows/checks.yaml2
-rw-r--r--.github/workflows/primer-test.yaml6
-rw-r--r--.github/workflows/release.yml2
-rw-r--r--.github/workflows/tests.yaml8
5 files changed, 10 insertions, 10 deletions
diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml
index 9fd865afd..899ff07c5 100644
--- a/.github/workflows/changelog.yml
+++ b/.github/workflows/changelog.yml
@@ -7,7 +7,7 @@ on:
env:
# Also change CACHE_VERSION in the other workflows
CACHE_VERSION: 31
- DEFAULT_PYTHON: "3.11-dev"
+ DEFAULT_PYTHON: "3.11"
jobs:
check-changelog:
diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml
index 08a02aa83..d4cf004e2 100644
--- a/.github/workflows/checks.yaml
+++ b/.github/workflows/checks.yaml
@@ -9,7 +9,7 @@ on:
env:
CACHE_VERSION: 31
- DEFAULT_PYTHON: "3.11-dev"
+ DEFAULT_PYTHON: "3.11"
PRE_COMMIT_CACHE: ~/.cache/pre-commit
concurrency:
diff --git a/.github/workflows/primer-test.yaml b/.github/workflows/primer-test.yaml
index fa943c717..7ac7720ce 100644
--- a/.github/workflows/primer-test.yaml
+++ b/.github/workflows/primer-test.yaml
@@ -26,7 +26,7 @@ jobs:
timeout-minutes: 5
strategy:
matrix:
- python-version: [3.8, 3.9, "3.10", "3.11-dev"]
+ python-version: [3.8, 3.9, "3.10", "3.11"]
outputs:
python-key: ${{ steps.generate-python-key.outputs.key }}
steps:
@@ -68,7 +68,7 @@ jobs:
needs: prepare-tests-linux
strategy:
matrix:
- python-version: [3.8, 3.9, "3.10", "3.11-dev"]
+ python-version: [3.8, 3.9, "3.10", "3.11"]
steps:
- name: Check out code from GitHub
uses: actions/checkout@v3.1.0
@@ -103,7 +103,7 @@ jobs:
needs: prepare-tests-linux
strategy:
matrix:
- python-version: [3.8, 3.9, "3.10", "3.11-dev"]
+ python-version: [3.8, 3.9, "3.10", "3.11"]
steps:
- name: Check out code from GitHub
uses: actions/checkout@v3.1.0
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 7c1a17e14..fdbfc9e00 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -6,7 +6,7 @@ on:
- published
env:
- DEFAULT_PYTHON: "3.11-dev"
+ DEFAULT_PYTHON: "3.11"
jobs:
release-pypi:
diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml
index 150bcd20e..c1feb4d31 100644
--- a/.github/workflows/tests.yaml
+++ b/.github/workflows/tests.yaml
@@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python-version: [3.7, 3.8, 3.9, "3.10", "3.11-dev"]
+ python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
outputs:
python-key: ${{ steps.generate-python-key.outputs.key }}
steps:
@@ -75,7 +75,7 @@ jobs:
needs: tests-linux
strategy:
matrix:
- python-version: ["3.11-dev"]
+ python-version: ["3.11"]
env:
COVERAGERC_FILE: .coveragerc
steps:
@@ -121,7 +121,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python-version: ["3.11-dev"]
+ python-version: ["3.11"]
steps:
- name: Check out code from GitHub
uses: actions/checkout@v3.1.0
@@ -173,7 +173,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python-version: [3.7, 3.8, 3.9, "3.10", "3.11-dev"]
+ python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
steps:
- name: Set temp directory
run: echo "TEMP=$env:USERPROFILE\AppData\Local\Temp" >> $env:GITHUB_ENV