From 27f011ebc8dd80389a7abf292110bc6c3e29da63 Mon Sep 17 00:00:00 2001 From: Oliver Sanders Date: Wed, 7 Jul 2021 15:17:45 +0100 Subject: [PATCH] actions: run tests against development versions of python --- .github/workflows/integration-tests.yml | 2 +- .github/workflows/python-linux.yml | 2 +- .github/workflows/python-macos.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index cc3188bd4b..39ec2da9be 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -11,7 +11,7 @@ jobs: fail-fast: false matrix: os: [ubuntu] - python-version: [ '3.6', '3.7', '3.8', '3.9', 'pypy3' ] + python-version: [ '3.6', '3.7', '3.8', '3.9', '3.10-dev', 'pypy3' ] steps: - name: Checkout uses: actions/checkout@v1 diff --git a/.github/workflows/python-linux.yml b/.github/workflows/python-linux.yml index ca2c656e05..ea289c87c4 100644 --- a/.github/workflows/python-linux.yml +++ b/.github/workflows/python-linux.yml @@ -11,7 +11,7 @@ jobs: fail-fast: false matrix: os: [ubuntu] - python-version: [ '3.6', '3.7', '3.8', '3.9', 'pypy3' ] + python-version: [ '3.6', '3.7', '3.8', '3.9', '3.10-dev', 'pypy3' ] steps: - name: Checkout uses: actions/checkout@v1 diff --git a/.github/workflows/python-macos.yml b/.github/workflows/python-macos.yml index 7339751c8e..5ff6bae328 100644 --- a/.github/workflows/python-macos.yml +++ b/.github/workflows/python-macos.yml @@ -11,7 +11,7 @@ jobs: fail-fast: false matrix: os: [macos] - python-version: [ '3.6', '3.7', '3.8', '3.9', 'pypy3' ] + python-version: [ '3.6', '3.7', '3.8', '3.9', '3.10-dev', 'pypy3' ] steps: - name: Checkout uses: actions/checkout@v1