diff options
author | Marc Mueller <30130371+cdce8p@users.noreply.github.com> | 2022-10-25 20:59:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-25 20:59:56 +0200 |
commit | 9fdce270ac662ffede7152e65b563d9c593e218b (patch) | |
tree | 0038e0b41f882e6bbe3d4376d1081a39b3d3f92c /.github | |
parent | de3d4ebffbd5788250f02388cab640a95e0db422 (diff) | |
download | astroid-git-9fdce270ac662ffede7152e65b563d9c593e218b.tar.gz |
Run tests with Python 3.11.0 (#1854)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 21d53c4b..f924559a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -82,7 +82,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: @@ -184,7 +184,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 |