From: Mathieu Kniewallner Date: Tue, 5 Oct 2021 21:22:56 +0000 (+0200) Subject: chore(ci): use official Python 3.10 (#2521) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/3b2a7d196bc1984aed194cca26a7900968ce4409 chore(ci): use official Python 3.10 (#2521) Python 3.10 (final) was released yesterday and is now available on GHA! --- diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml index 6b3ca6b..146277a 100644 --- a/.github/workflows/fuzz.yml +++ b/.github/workflows/fuzz.yml @@ -15,7 +15,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: - uses: actions/checkout@v2 diff --git a/.github/workflows/primer.yml b/.github/workflows/primer.yml index 01eb4ef..5fa6ac0 100644 --- a/.github/workflows/primer.yml +++ b/.github/workflows/primer.yml @@ -24,7 +24,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"] os: [ubuntu-latest, windows-latest] steps: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8e6b4a7..296ac34 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,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"] os: [ubuntu-latest, macOS-latest, windows-latest] steps: