summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml16
1 files changed, 10 insertions, 6 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index b5d1a1e7..7b4669ac 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -16,16 +16,20 @@ jobs:
distutils:
- local
python:
- - 3.7-dev
- - 3.10-dev
+ - "3.7"
+ - "3.10"
# disabled due to #3365
- # - 3.11-dev
- - pypy-3.7
+ # - "3.11"
+ # Workaround for actions/setup-python#508
+ dev:
+ - -dev
platform:
- ubuntu-latest
- macos-latest
- windows-latest
include:
+ - python: pypy3.9
+ platform: ubuntu-latest
- platform: ubuntu-latest
python: "3.10"
distutils: stdlib
@@ -38,7 +42,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
- python-version: ${{ matrix.python }}
+ python-version: ${{ matrix.python }}${{ matrix.dev }}
- uses: actions/cache@v3
id: cache
with:
@@ -149,7 +153,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
- python-version: "3.11-dev"
+ python-version: 3.11-dev
- name: Install tox
run: |
python -m pip install tox