aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2021-03-15 00:11:08 -0600
committerTim Harder <radhermit@gmail.com>2021-03-15 00:11:08 -0600
commitd6edfed1ca6f3c68becdfdbb8407b1aa770c66c8 (patch)
treec5c558f47e7f73b5583b2b4b9bb35cff96662f9c /.github
parentprocess: drop unused is_running() (diff)
downloadsnakeoil-d6edfed1ca6f3c68becdfdbb8407b1aa770c66c8.tar.gz
snakeoil-d6edfed1ca6f3c68becdfdbb8407b1aa770c66c8.tar.bz2
snakeoil-d6edfed1ca6f3c68becdfdbb8407b1aa770c66c8.zip
github: add py3.9 macos testing
And upgrade macos tests to non-experimental.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index b321700..ca7a903 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -12,16 +12,13 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
- os: [ubuntu-latest]
+ os: [ubuntu-latest, macos-latest]
python-version: ['3.8', '3.9']
experimental: [false]
include:
- os: ubuntu-latest
python-version: '3.10.0-alpha - 3.10.0'
experimental: true
- - os: macos-latest
- python-version: '3.8'
- experimental: true
steps:
- name: Checkout code