Adding Python 3.9 build

This commit is contained in:
Jacob Alexander
2020-11-03 21:35:58 -08:00
parent 528bda300a
commit b16f35b977
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ jobs:
container: ${{ matrix.container-image }} container: ${{ matrix.container-image }}
strategy: strategy:
matrix: matrix:
python-version: ['cp37-cp37m', 'cp38-cp38'] python-version: ['cp37-cp37m', 'cp38-cp38', 'cp39-cp39']
container-image: ['quay.io/pypa/manylinux2010_x86_64', 'quay.io/pypa/manylinux2010_i686'] container-image: ['quay.io/pypa/manylinux2010_x86_64', 'quay.io/pypa/manylinux2010_i686']
steps: steps:

View File

@@ -12,7 +12,7 @@ jobs:
matrix: matrix:
# Some asyncio commands require 3.7+ # Some asyncio commands require 3.7+
# It may be possible to use 3.6 and maybe 3.5; however, this will take some patching to get examples to work # It may be possible to use 3.6 and maybe 3.5; however, this will take some patching to get examples to work
python-version: [3.7, 3.8] python-version: [3.7, 3.8, 3.9]
os: [ubuntu-latest, macOS-latest, windows-latest] os: [ubuntu-latest, macOS-latest, windows-latest]
steps: steps: