summaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml10
1 files changed, 4 insertions, 6 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 948da052..de49ba8a 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -7,11 +7,9 @@ jobs:
strategy:
matrix:
python:
- # Build on pre-releases until stable, then stable releases.
- # actions/setup-python#213
- - ~3.7.0-0
- - ~3.10.0-0
- - ~3.11.0-0
+ - 3.7
+ - '3.10'
+ - '3.11'
platform:
- ubuntu-latest
- macos-latest
@@ -22,7 +20,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v3
with:
- python-version: ${{ matrix.python }}
+ python-version: ${{ matrix.python }}-dev
- name: Install tox
run: |
python -m pip install tox