Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kliment/Printrun.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/pypi-mac.yml')
-rw-r--r--.github/workflows/pypi-mac.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pypi-mac.yml b/.github/workflows/pypi-mac.yml
index 4c3edf9..c1cdfd8 100644
--- a/.github/workflows/pypi-mac.yml
+++ b/.github/workflows/pypi-mac.yml
@@ -15,7 +15,7 @@ jobs:
matrix:
os: [macos-latest]
architecture: [x64]
- python-version: [3.6, 3.7, 3.8]
+ python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
steps:
- name: Checkout