X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/d0b3d38493a4687be801f98f35630d37f9c1958b..966baaacbc24a4affa88ea5bb0b5a44b0f52fe2f:/.github/workflows/primer.yml diff --git a/.github/workflows/primer.yml b/.github/workflows/primer.yml index b5dea5e..b623b93 100644 --- a/.github/workflows/primer.yml +++ b/.github/workflows/primer.yml @@ -8,8 +8,8 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.6, 3.7, 3.8] - os: [ubuntu-latest, macOS-latest, windows-latest] + python-version: [3.6, 3.7, 3.8, 3.9] + os: [ubuntu-latest, windows-latest] steps: - uses: actions/checkout@v2