From 31f4e6e6a46a823ee0a03ad125bc0107815cadb7 Mon Sep 17 00:00:00 2001 From: Maciej Brencz Date: Sat, 22 May 2021 20:19:27 +0200 Subject: [PATCH 1/2] Test against Python 3.10.0-alpha.5 Re-apply #25 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 35965ff9..8d8169f5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ on: pull_request env: # JSON variables (used in our strategy/matrix) SUPPORTED_POETRY_VERSIONS: '\"poetry-version\":[\"1.1.0\", \"1.1.6\", \"1.2.0a1\"]' - SUPPORTED_PYTHON_VERSIONS: '\"python-version\":[\"3.7\", \"3.8\", \"3.9\"]' + SUPPORTED_PYTHON_VERSIONS: '\"python-version\":[\"3.7\", \"3.8\", \"3.9\", \"3.10.0-alpha.5\"]' SUPPORTED_OPERATING_SYSTEMS: '\"os\":[\"ubuntu-latest\", \"macos-latest\", \"windows-latest\"]' # Normal variables (used in steps/*) From 0b97f13d7e7f02c02e9af75b11d0904880fb92b5 Mon Sep 17 00:00:00 2001 From: Maciej Brencz Date: Sat, 22 May 2021 20:55:58 +0200 Subject: [PATCH 2/2] Update test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8d8169f5..6eeba704 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ on: pull_request env: # JSON variables (used in our strategy/matrix) SUPPORTED_POETRY_VERSIONS: '\"poetry-version\":[\"1.1.0\", \"1.1.6\", \"1.2.0a1\"]' - SUPPORTED_PYTHON_VERSIONS: '\"python-version\":[\"3.7\", \"3.8\", \"3.9\", \"3.10.0-alpha.5\"]' + SUPPORTED_PYTHON_VERSIONS: '\"python-version\":[\"3.7\", \"3.8\", \"3.9\", \"3.10.0-alpha.4\"]' SUPPORTED_OPERATING_SYSTEMS: '\"os\":[\"ubuntu-latest\", \"macos-latest\", \"windows-latest\"]' # Normal variables (used in steps/*)