From 2d9a5031e9d033ab929c941026343bd283193d7f Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 19 Oct 2021 18:21:21 +0300 Subject: [PATCH] Test PlatformIO Core on Python 3.10 --- .github/workflows/core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index 7ee26aac..b5d9fcab 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -8,7 +8,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: [3.6, 3.7, 3.8, 3.9] + python-version: [3.6, 3.7, 3.8, 3.9, 3.10] exclude: - os: macos-latest python-version: '3.6'