From 2ada524b3c5f614e63bbfe82ad38d82c1217fdfe Mon Sep 17 00:00:00 2001 From: Philipp Wolfer Date: Thu, 16 Dec 2021 08:00:14 +0100 Subject: [PATCH] pypi: build bdist for Python 3.10 --- .github/workflows/pypi-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index 25845c25e..4d625cb7e 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -73,7 +73,7 @@ jobs: fail-fast: false matrix: os: [macos-10.15, windows-2019] - python-version: [3.6, 3.7, 3.8, 3.9] + python-version: [3.6, 3.7, 3.8, 3.9, 3.10] steps: - uses: actions/checkout@v2