Adding Python 3.9 build
This commit is contained in:
2
.github/workflows/manylinux2010.yml
vendored
2
.github/workflows/manylinux2010.yml
vendored
@@ -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:
|
||||||
|
|||||||
2
.github/workflows/packagingtest.yml
vendored
2
.github/workflows/packagingtest.yml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user