Skip to content

Commit

Permalink
GH Actions: Test python39 and 310
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimozGodec committed Jan 11, 2022
1 parent 6001d98 commit ef91b98
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions .github/workflows/test.yml
Expand Up @@ -17,24 +17,19 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04, macos-10.15, windows-2016]
python-version: [3.7, 3.8]
os: [ubuntu-20.04, macos-10.15, windows-2019]
python-version: [3.7, 3.8, 3.9, 3.10]
tox_env: [py-orange-released]
experimental: [false]
name: [Released]
include:
- os: windows-2019
python-version: 3.8
tox_env: py-orange-released
experimental: true
name: Windows10
- os: macos-11.0
python-version: 3.8
tox_env: py-orange-released
experimental: true
name: Big Sur

- os: windows-2016
- os: windows-2019
python-version: 3.7
tox_env: py-orange-oldest
experimental: false
Expand All @@ -50,18 +45,18 @@ jobs:
name: Oldest
experimental: false

- os: windows-2016
python-version: 3.8
- os: windows-2022
python-version: 3.10
tox_env: py-orange-latest
experimental: false
name: Latest
- os: macos-10.15
python-version: 3.8
python-version: 3.10
tox_env: py-orange-latest
experimental: false
name: Latest
- os: ubuntu-18.04
python-version: 3.8
- os: ubuntu-20.04
python-version: 3.10
tox_env: py-orange-latest
experimental: false
name: Latest
Expand Down

0 comments on commit ef91b98

Please sign in to comment.