summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorÁrni Dagur <arni@dagur.eu>2020-09-22 05:22:28 +0000
committerÁrni Dagur <arni@dagur.eu>2020-09-22 05:22:28 +0000
commita0b715e146ab3cd5aad428955be45eed1671545f (patch)
tree90f5e42ed17564797e5206f4748df70e54c2b082 /.github
parentb2805edbffb8f8c09558338244e93bde74e3ec77 (diff)
Build Python 3.9 wheels
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4071231..c60acd2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39 strategy: 39 strategy:
40 fail-fast: false 40 fail-fast: false
41 matrix: 41 matrix:
42 python-version: [3.5, 3.6, 3.7, 3.8] 42 python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
43 os: [ubuntu-latest, macos-latest, windows-latest] 43 os: [ubuntu-latest, macos-latest, windows-latest]
44 exclude: 44 exclude:
45 # There is a known issue where Python C extensions 45 # There is a known issue where Python C extensions
@@ -86,7 +86,7 @@ jobs:
86 strategy: 86 strategy:
87 fail-fast: false 87 fail-fast: false
88 matrix: 88 matrix:
89 python-version: [3.5, 3.6, 3.7, 3.8] 89 python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
90 os: [ubuntu-latest, macos-latest, windows-latest] 90 os: [ubuntu-latest, macos-latest, windows-latest]
91 exclude: 91 exclude:
92 # There is a known issue where Python C extensions 92 # There is a known issue where Python C extensions