From 7094a0c6779e2387b3d4ca428695b57513a12f61 Mon Sep 17 00:00:00 2001 From: Dustin Spicuzza Date: Thu, 25 Nov 2021 23:37:14 -0500 Subject: [PATCH] Add python 3.10 to github actions --- .github/workflows/dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dist.yml b/.github/workflows/dist.yml index cb12809..68bdd86 100644 --- a/.github/workflows/dist.yml +++ b/.github/workflows/dist.yml @@ -39,7 +39,7 @@ jobs: strategy: matrix: os: [windows-latest, macos-latest, ubuntu-18.04] - python_version: [3.6, 3.7, 3.8, 3.9] + python_version: [3.6, 3.7, 3.8, 3.9, "3.10"] architecture: [x86, x64] exclude: - os: macos-latest