Commit 48cc75e0 authored by Sviatoslav Sydorenko's avatar Sviatoslav Sydorenko

Set up GHA to test on Python 3.9-beta and 3.8-dev

parent 52609e4e
...@@ -25,14 +25,20 @@ jobs: ...@@ -25,14 +25,20 @@ jobs:
- 3.6 - 3.6
- 3.5 - 3.5
os: os:
- ubuntu-latest - ubuntu-18.04
- ubuntu-16.04 - ubuntu-16.04
- macOS-latest - macOS-latest
# - windows-2019 # - windows-2019
# - windows-2016 # - windows-2016
include: include:
# Dev versions # Pre-release versions (GH-shipped)
- { python-version: 3.9-dev, os: ubuntu-20.04 } - os: ubuntu-20.04
python-version: 3.9.0-beta.4 - 3.9.0
# Dev versions (deadsnakes)
- os: ubuntu-20.04
python-version: 3.9-dev
- os: ubuntu-20.04
python-version: 3.8-dev
env: env:
NETWORK_REQUIRED: 1 NETWORK_REQUIRED: 1
...@@ -47,7 +53,7 @@ jobs: ...@@ -47,7 +53,7 @@ jobs:
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1.1.1 uses: actions/setup-python@v2
if: "!endsWith(matrix.python-version, '-dev')" if: "!endsWith(matrix.python-version, '-dev')"
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment