diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index a83ec945e..2988c7dc6 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [Ubuntu, MacOS, Windows] - python-version: ["3.7", "3.8", "3.9", "3.10"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"] fail-fast: false defaults: run: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 91e56e642..f7ab91006 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [Ubuntu, MacOS, Windows] - python-version: ["3.7", "3.8", "3.9", "3.10"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"] include: - os: Ubuntu python-version: pypy-3.8